--TEST-- timezone_offset_get() tests --FILE-- --EXPECTF-- object(DateTime)#%d (3) { ["date"]=> string(19) "2006-12-12 00:00:00" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeZone)#%d (0) { } Warning: timezone_offset_get() expects exactly 2 parameters, 0 given in %s on line %d bool(false) int(0) Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, object given in %s on line %d bool(false) Done