summaryrefslogtreecommitdiff
path: root/ext/ereg/tests/003.phpt
blob: 5431349fa947e1045d803b8b67c90a0b83b226a8 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
ereg_replace single-quote test
--FILE--
<?php $a="\\'test";
  echo ereg_replace("\\\\'","'",$a)
?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
'test