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