php-src/ext/ereg/tests/016.phpt
2007-07-15 20:03:16 +00:00

9 lines
219 B
PHP

--TEST--
test backslash handling in regular expressions
--SKIPIF--
<?php if (unicode_semantics()) die('skip unicode.semantics=on'); ?>
--FILE--
<?php echo ereg_replace('\?',"abc","?123?")?>
--EXPECT--
abc123abc