--TEST-- timezone_offset_get() tests --FILE-- --EXPECTF-- object(DateTime)#%d (3) { ["date"]=> string(26) "2006-12-12 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeZone)#%d (2) { ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Warning: timezone_offset_get() expects exactly 2 parameters, 0 given in %s on line %d bool(false) int(0) Fatal error: Uncaught TypeError: Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, instance of DateTime given in %s:%d Stack trace: #0 %s(%d): timezone_offset_get(Object(DateTime), Object(DateTimeZone)) #1 {main} thrown in %s on line %d