summaryrefslogtreecommitdiff
path: root/ext/ereg/tests/014.phpt
blob: ac6880206110a307406eb3c07751d28a35cb468e (plain)
1
2
3
4
5
6
7
8
--TEST--
backreferences not replaced recursively
--FILE--
<?php $a="a\\2bxc";
  echo ereg_replace("a(.*)b(.*)c","\\1",$a)?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
\2