--TEST-- Test clone of objects whoose class derived from DateTime class --FILE-- ===DONE=== --EXPECTF-- *** Testing clone on objects whoose class derived from DateTime class *** object(DateTimeExt1)#%d (2) { ["property1"]=> int(99) ["property2"]=> string(5) "Hello" } object(DateTimeExt1)#%d (2) { ["property1"]=> int(99) ["property2"]=> string(5) "Hello" } object(DateTimeExt2)#%d (4) { ["property3"]=> bool(true) ["property4"]=> float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" } object(DateTimeExt2)#%d (4) { ["property3"]=> bool(true) ["property4"]=> float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" } ===DONE===