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