php-src/ext/standard/tests/reg/011.phpt
2004-05-19 08:45:46 +00:00

8 lines
123 B
PHP

--TEST--
\0 back reference
--FILE--
<?php $a="abc123";
echo ereg_replace("123","def\\0ghi",$a)?>
--EXPECT--
abcdef123ghi