--TEST-- ZE2 __toString() --SKIPIF-- --FILE-- --EXPECTF-- ====test1==== test1 Object ( ) Notice: Object of class test1 could not be converted to string in %stostring.php on line %d string(6) "Object" object(test1)#%d (0) { } ====test2==== test2 Object ( ) string(9) "Converted" object(test2)#%d (0) { } ====done!====