--- embedaddon/php/tests/lang/compare_objects_basic2.phpt 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/tests/lang/compare_objects_basic2.phpt 2013/07/22 01:32:14 1.1.1.2 @@ -20,9 +20,5 @@ var_dump($obj1 == $obj2); ===DONE=== --EXPECTF-- Simple test comparing two objects with different compare callback handler - -Notice: Object of class X could not be converted to int in %s on line %d - -Notice: Object of class DateTime could not be converted to int in %s on line %d -bool(true) -===DONE=== \ No newline at end of file +bool(false) +===DONE===