summaryrefslogtreecommitdiff
path: root/ext/standard/tests/reg/013.phpt
blob: ec3329fa7c6405e7f014d29cab230a6a2327388f (plain)
1
2
3
4
5
6
7
8
9
--TEST--
escapes in replace string
--POST--
--GET--
--FILE--
<?php $a="abc123";
  echo ereg_replace("123","def\\g\\\\hi\\",$a)?>
--EXPECT--
abcdef\g\\hi\