--TEST-- Test mktime() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing mktime() : error conditions *** -- Testing mktime() function with Zero arguments -- Strict Standards: mktime(): You should be using the time() function instead in %s on line %d int(%d) -- Testing mktime() function with more than expected no. of arguments -- Warning: mktime() expects at most 7 parameters, 8 given in %s on line %d bool(false) ===DONE===