jani Thu, 06 Aug 2009 13:54:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=286889
Log:
- Fix test
Changed paths:
U
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/get_class_variation_001.phpt
U
php/php-src/trunk/ext/standard/tests/class_object/get_class_variation_001.phpt
Modified:
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/get_class_variation_001.phpt
===================================================================
---
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/get_class_variation_001.phpt
2009-08-06 13:31:03 UTC (rev 286888)
+++
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/get_class_variation_001.phpt
2009-08-06 13:54:21 UTC (rev 286889)
@@ -152,12 +152,12 @@
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)
@@ -202,11 +202,11 @@
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
Modified:
php/php-src/trunk/ext/standard/tests/class_object/get_class_variation_001.phpt
===================================================================
---
php/php-src/trunk/ext/standard/tests/class_object/get_class_variation_001.phpt
2009-08-06 13:31:03 UTC (rev 286888)
+++
php/php-src/trunk/ext/standard/tests/class_object/get_class_variation_001.phpt
2009-08-06 13:54:21 UTC (rev 286889)
@@ -162,12 +162,12 @@
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 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php