1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Files
archived-php-src/ext/ereg/tests/003.phpt
T
2004-05-19 08:45:46 +00:00

9 lines
125 B
PHP

--TEST--
ereg_replace single-quote test
--FILE--
<?php $a="\\'test";
echo ereg_replace("\\\\'","'",$a)
?>
--EXPECT--
'test