1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Files
archived-php-src/ext/ereg/tests/012.phpt
T
2004-05-19 08:45:46 +00:00

8 lines
130 B
PHP

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