]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Mon, 11 Sep 2006 14:17:51 +0000 (14:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 11 Sep 2006 14:17:51 +0000 (14:17 +0000)
Zend/tests/bug38779.phpt
Zend/tests/bug38779_1.phpt

index 023a048b9fad3895247fd9747f024b7ec2c1993c..63168cf29163eb373100fb5e2db2057056626cbb 100644 (file)
@@ -26,4 +26,4 @@ require 'Loader://qqq.php';
 echo "Done\n";
 ?>
 --EXPECTF--    
-Parse error: syntax error, unexpected T_STRING in Loader://qqq.php on line %d
+Parse error: %s error, unexpected T_STRING in Loader://qqq.php on line %d
index a865323e8ea0d9aebc03e4f882a8089948b8cb4c..f3cb6a9593d4ac3d2c2dc414d8c5e78d89c2d637 100644 (file)
@@ -40,6 +40,6 @@ include $filename;
 echo "Done\n";
 ?>
 --EXPECTF--    
-Parse error: syntax error, unexpected T_STRING in %s on line %d
+Parse error: %s error, unexpected T_STRING in %s on line %d
 string(6) "flush!"
 string(6) "close!"