--TEST-- Test ucwords() function : error conditions --INI-- --FILE-- --EXPECTF-- *** Testing ucwords() : error conditions *** -- Testing ucwords() function with Zero arguments -- Warning: Wrong parameter count for ucwords() in %s on line %d NULL -- Testing ucwords() function with more than expected no. of arguments -- Warning: Wrong parameter count for ucwords() in %s on line %d NULL string(10) "string_val" Done