php-src/ext/ereg/tests/003.phpt
2008-11-18 17:55:07 +00:00

10 lines
193 B
PHP

--TEST--
ereg_replace single-quote test
--FILE--
<?php $a="\\'test";
echo ereg_replace("\\\\'","'",$a)
?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
'test