--TEST-- Test strtok() function : error conditions --FILE-- --EXPECTF-- *** Testing strtok() : error conditions *** -- Testing strtok() function with Zero arguments -- Warning: Wrong parameter count for strtok() in %s on line %d NULL -- Testing strtok() function with more than expected no. of arguments -- Warning: Wrong parameter count for strtok() in %s on line %d NULL string(13) "sample string" -- Testing strtok() with less than expected no. of arguments -- bool(false) string(10) "string val" Done