]> granicus.if.org Git - php/commitdiff
- Fix test
authorJani Taskinen <jani@php.net>
Thu, 6 Aug 2009 13:54:21 +0000 (13:54 +0000)
committerJani Taskinen <jani@php.net>
Thu, 6 Aug 2009 13:54:21 +0000 (13:54 +0000)
ext/standard/tests/class_object/get_class_variation_001.phpt

index 2a0df73564de5b5aa74dbf6c30adae16f8e8d928..1e95075a4715e26c6e196732a0280d5a379b863f 100644 (file)
@@ -162,12 +162,12 @@ bool(false)
 
 Arg value:  (type: NULL)
 
-Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
+Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
 bool(false)
 
 Arg value:  (type: NULL)
 
-Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
+Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
 bool(false)
 
 Arg value: 1 (type: boolean)
@@ -212,11 +212,11 @@ bool(false)
 
 Arg value:  (type: NULL)
 
-Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
+Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
 bool(false)
 
 Arg value:  (type: NULL)
 
-Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
+Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
 bool(false)
 Done