--TEST-- Test date_timezone_get() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing date_timezone_get() : error conditions *** -- Testing date_timezone_get() function with zero arguments -- Warning: date_timezone_get() expects exactly 1 parameter, 0 given in %s on line %d bool(false) -- Testing date_timezone_get() function with more than expected no. of arguments -- Warning: date_timezone_get() expects exactly 1 parameter, 2 given in %s on line %d bool(false) -- Testing date_timezone_get() function with an invalid values for $object argument -- Warning: date_timezone_get() expects parameter 1 to be DateTimeInterface, object given in %s on line %d bool(false) Warning: date_timezone_get() expects parameter 1 to be DateTimeInterface, integer given in %s on line %d bool(false) Warning: date_timezone_get() expects parameter 1 to be DateTimeInterface, null given in %s on line %d bool(false) ===DONE===