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

8 lines
200 B
PHP

--TEST--
test backslash handling in regular expressions
--FILE--
<?php echo ereg_replace('\?',"abc","?123?")?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
abc123abc