summaryrefslogtreecommitdiff
path: root/ext/ereg/tests/016.phpt
blob: 93dbda7ee509c3c8bb3b97650e0bd62e1aa09754 (plain)
1
2
3
4
5
6
7
--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