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

8 lines
137 B
PHP

--TEST--
escapes in replace string
--FILE--
<?php $a="abc123";
echo ereg_replace("123","def\\g\\\\hi\\",$a)?>
--EXPECT--
abcdef\g\\hi\