summaryrefslogtreecommitdiff
path: root/ext/standard/tests/reg/014.phpt
blob: d2a32451a9d94e238bce9b73daaad1d20abe2d3d (plain)
1
2
3
4
5
6
7
--TEST--
backreferences not replaced recursively
--FILE--
<?php $a="a\\2bxc";
  echo ereg_replace("a(.*)b(.*)c","\\1",$a)?>
--EXPECT--
\2