From: Xinchen Hui Date: Tue, 8 Nov 2011 06:35:07 +0000 (+0000) Subject: Fix tests X-Git-Tag: php-5.4.0RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ac9b9b0aef924470b9ce7908ccdf7a5402bf48f;p=php Fix tests --- diff --git a/ext/mbstring/tests/bug43301.phpt b/ext/mbstring/tests/bug43301.phpt index 1a22e4b64d..2a5f748c5b 100644 --- a/ext/mbstring/tests/bug43301.phpt +++ b/ext/mbstring/tests/bug43301.phpt @@ -15,7 +15,7 @@ echo mb_ereg_replace($ptr,'$1',$txt,'e'); ?> --EXPECTF-- -Parse error: syntax error, unexpected '1' (T_LNUMBER), expecting variable (T_VARIABLE) or '$' in %sbug43301.php(%d) : mbregex replace on line %d +Parse error: syntax error, unexpected %s, expecting %s or '$' in %sbug43301.php(%d) : mbregex replace on line %d Fatal error: mb_ereg_replace(): Failed evaluating code: $1 in %sbug43301.php on line %d