]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Sun, 10 Aug 2008 21:20:05 +0000 (21:20 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 10 Aug 2008 21:20:05 +0000 (21:20 +0000)
Zend/tests/access_modifiers_003.phpt
Zend/tests/lsb_007.phpt
Zend/tests/lsb_008.phpt
Zend/tests/lsb_009.phpt

index 01afb7393143844d10ff6a6963179ff9ccce4d34..bac4acbfab398161665290094b8aaf5ff52ce8d9 100644 (file)
@@ -10,4 +10,4 @@ final final class test {
 echo "Done\n";
 ?>
 --EXPECTF--
-Parse error: parse error, expecting `T_CLASS' in %saccess_modifiers_003.php on line %d
+Parse error: %s error,%sexpecting %s in %s on line %d
index 593001f0bf577beb93aa01c35cb294f089ae33af..c28e815be03a019f5855143c736302f20ef5c5dd 100644 (file)
@@ -9,4 +9,4 @@ class Foo implements static {
 ?>
 ==DONE==
 --EXPECTF--
-Parse error: parse error, expecting `T_STRING' or `T_PAAMAYIM_NEKUDOTAYIM' or `T_NAMESPACE' in %slsb_007.php on line %d
\ No newline at end of file
+Parse error: %s error,%sexpecting %s in %s on line %d
index 27c94c7f7820ab80c752f998e5029495214e0f0e..79f906bd7e387d26fc0aa818d210b422a65ef24c 100644 (file)
@@ -5,4 +5,4 @@ ZE2 Late Static Binding class name "static"
 class static {
 }
 --EXPECTF--
-Parse error: parse error, expecting `T_STRING' in %slsb_008.php on line %d
+Parse error: %s error,%sexpecting %s in %s on line %d
index 6c16f459158cd3a0d0b6156d8c3b7fa29550fc10..9b1686391bd2e0c2e1ece9a2e480e5b51c65c8bb 100644 (file)
@@ -5,4 +5,4 @@ ZE2 Late Static Binding interface name "static"
 interface static {
 }
 --EXPECTF--
-Parse error: parse error, expecting `T_STRING' in %slsb_009.php on line %d
+Parse error: %s error,%sexpecting %s in %s on line %d