php-src/ext/ereg/tests/016.phpt
2004-05-19 08:45:46 +00:00

7 lines
132 B
PHP

--TEST--
test backslash handling in regular expressions
--FILE--
<?php echo ereg_replace('\?',"abc","?123?")?>
--EXPECT--
abc123abc