--TEST-- Test timezone_open() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing timezone_open() : error conditions *** -- Testing timezone_open() function with zero arguments -- Warning: timezone_open() expects exactly 1 parameter, 0 given in %s on line %d bool(false) -- Testing timezone_open() function with more than expected no. of arguments -- Warning: timezone_open() expects exactly 1 parameter, 2 given in %s on line %d bool(false) ===DONE===