--TEST-- Test strpbrk() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing strpbrk() : error conditions *** -- Testing strpbrk() function with more than expected no. of arguments -- Warning: strpbrk() expects exactly 2 parameters, 3 given in %s on line %d bool(false) -- Testing strpbrk() function with less than expected no. of arguments -- Warning: strpbrk() expects exactly 2 parameters, 1 given in %s on line %d bool(false) -- Testing strpbrk() function with empty second argument -- Warning: strpbrk(): The character list cannot be empty in %s on line %d bool(false) -- Testing strpbrk() function with arrays -- Warning: strpbrk() expects parameter 2 to be string, array given in %s on line %d bool(false) Warning: strpbrk() expects parameter 1 to be string, array given in %s on line %d bool(false) ===DONE===