From: Jani Taskinen Date: Wed, 5 Mar 2008 15:12:27 +0000 (+0000) Subject: - fix test (MF53) X-Git-Tag: php-5.2.6RC2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90f420baa5f672e49363c946ad2964e6981e20ce;p=php - fix test (MF53) --- diff --git a/ext/mbstring/tests/bug43301.phpt b/ext/mbstring/tests/bug43301.phpt index d0c244e052..858520fdf9 100644 --- a/ext/mbstring/tests/bug43301.phpt +++ b/ext/mbstring/tests/bug43301.phpt @@ -12,11 +12,9 @@ hello, I have got a cr*sh on you doc; echo mb_ereg_replace($ptr,'$1',$txt,'e'); - ?> --EXPECTF-- -Parse error: parse error, expecting `T_VARIABLE' or `'$'' in %s(9) : mbregex replace on line %d +Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in %s/bug43301.php(%d) : mbregex replace on line 1 Fatal error: mb_ereg_replace(): Failed evaluating code: -$1 in %s on line %d - +$1 in %s/bug43301.php on line %d