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