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