]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Tue, 3 Jun 2008 15:34:47 +0000 (15:34 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 3 Jun 2008 15:34:47 +0000 (15:34 +0000)
Zend/tests/call_static_004.phpt
Zend/tests/call_static_006.phpt

index 40d65cfa945a0745676709f61e9a7c589e4fa9b2..ad6e6812b693a2599f1785b06caf07f1d1f2120f 100644 (file)
@@ -18,6 +18,6 @@ foo::$a();
 
 ?>
 --EXPECTF--
-unicode(3) "AaA"
+string(3) "AaA"
 
 Fatal error: Function name must be a string in %s on line %d
index 5a4da2e0acaad33d642b5fb7ca5dd6ff09de31c7..f5df139dd079049bf62945dcd21be429acffb8fe 100644 (file)
@@ -23,7 +23,10 @@ foo::__construct();
 
 ?>
 --EXPECTF--
+Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
 ok
+
+Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
 ok
 
 Fatal error: Can not call constructor in %s on line %d