--TEST-- Test localtime() function : error conditions --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing strptime() : error conditions *** -- Testing strptime() function with Zero arguments -- Warning: strptime() expects exactly 2 parameters, 0 given in %s on line %d NULL -- Testing strptime() function with less than expected no. of arguments -- Warning: strptime() expects exactly 2 parameters, 1 given in %s on line %d NULL -- Testing strptime() function with more than expected no. of arguments -- Warning: strptime() expects exactly 2 parameters, 3 given in %s on line %d NULL ===DONE===