1 2 3 4 5 6 7 8
--TEST-- ereg_replace single-quote test --FILE-- <?php $a="\\'test"; echo ereg_replace("\\\\'","'",$a) ?> --EXPECT-- 'test