laruence                                 Tue, 08 Nov 2011 06:35:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=318904

Log:
Fix tests

Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/mbstring/tests/bug43301.phpt
    U   php/php-src/trunk/ext/mbstring/tests/bug43301.phpt

Modified: php/php-src/branches/PHP_5_4/ext/mbstring/tests/bug43301.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mbstring/tests/bug43301.phpt       
2011-11-08 06:26:23 UTC (rev 318903)
+++ php/php-src/branches/PHP_5_4/ext/mbstring/tests/bug43301.phpt       
2011-11-08 06:35:07 UTC (rev 318904)
@@ -15,7 +15,7 @@

 ?>
 --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

Modified: php/php-src/trunk/ext/mbstring/tests/bug43301.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/bug43301.phpt  2011-11-08 06:26:23 UTC 
(rev 318903)
+++ php/php-src/trunk/ext/mbstring/tests/bug43301.phpt  2011-11-08 06:35:07 UTC 
(rev 318904)
@@ -15,7 +15,7 @@

 ?>
 --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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to