mirror of
https://github.com/php/php-src.git
synced 2025-01-21 19:24:16 +08:00
9 lines
206 B
PHP
9 lines
206 B
PHP
--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
|