--TEST-- Test date_create() function : basic functionality --FILE-- ===DONE=== --EXPECTF-- *** Testing date_create() : basic functionality *** object(DateTime)#%d (3) { ["date"]=> string(19) "%s" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } object(DateTime)#%d (3) { ["date"]=> string(19) "%s" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" } object(DateTime)#%d (3) { ["date"]=> string(19) "2005-07-14 22:30:41" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } object(DateTime)#%d (3) { ["date"]=> string(19) "2005-07-14 22:30:41" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" } ===DONE===