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