1.1 ! misho 1: --TEST-- ! 2: ereg_replace single-quote test ! 3: --FILE-- ! 4: <?php $a="\\'test"; ! 5: echo ereg_replace("\\\\'","'",$a) ! 6: ?> ! 7: --EXPECTF-- ! 8: Deprecated: Function ereg_replace() is deprecated in %s on line %d ! 9: 'test