--TEST-- Testing clone on objects whoose class derived from DateTimeZone class --FILE-- ===DONE=== --EXPECTF-- *** Testing clone on objects whoose class derived from DateTimeZone class *** object(DateTimeZoneExt1)#%d (4) { ["property1"]=> int(99) ["property2"]=> string(5) "Hello" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } object(DateTimeZoneExt1)#%d (4) { ["property1"]=> int(99) ["property2"]=> string(5) "Hello" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } object(DateTimeZoneExt2)#%d (6) { ["property3"]=> bool(true) ["property4"]=> float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } object(DateTimeZoneExt2)#%d (6) { ["property3"]=> bool(true) ["property4"]=> float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } ===DONE===