summaryrefslogtreecommitdiff
path: root/ext/standard/tests/reg/012.phpt
blob: 88ad5992addf937947582fc8b2ebdbc5549191c1 (plain)
1
2
3
4
5
6
7
--TEST--
nonexisting back reference
--FILE--
<?php $a="abc123";
  echo ereg_replace("123",'def\1ghi',$a)?>
--EXPECT--
abcdef\1ghi