summaryrefslogtreecommitdiff
path: root/ext/ereg/tests/016.phpt
blob: a24816f182359e3bf2a81a5c26d1e27f5257c989 (plain)
1
2
3
4
5
6
7
8
--TEST--
test backslash handling in regular expressions
--POST--
--GET--
--FILE--
<?php echo ereg_replace('\?',"abc","?123?")?>
--EXPECT--
abc123abc