xref: /PHP-5.5/ext/ereg/tests/003.phpt (revision 1881091e)
1--TEST--
2ereg_replace single-quote test
3--FILE--
4<?php $a="\\'test";
5  echo ereg_replace("\\\\'","'",$a)
6?>
7--EXPECTF--
8Deprecated: Function ereg_replace() is deprecated in %s on line %d
9'test
10