jani Wed Mar 5 15:12:27 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring/tests bug43301.phpt
Log:
- fix test (MF53)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/bug43301.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
Index: php-src/ext/mbstring/tests/bug43301.phpt
diff -u php-src/ext/mbstring/tests/bug43301.phpt:1.1.4.3
php-src/ext/mbstring/tests/bug43301.phpt:1.1.4.4
--- php-src/ext/mbstring/tests/bug43301.phpt:1.1.4.3 Mon Feb 18 14:28:13 2008
+++ php-src/ext/mbstring/tests/bug43301.phpt Wed Mar 5 15:12:27 2008
@@ -12,11 +12,9 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php