--TEST-- Test ezmlm_hash() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing ezmlm_hash() : error conditions *** -- Testing ezmlm_hash() function with fewer than expected no. of arguments -- Warning: ezmlm_hash() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing ezmlm_hash() function with more than expected no. of arguments -- Warning: ezmlm_hash() expects exactly 1 parameter, 2 given in %s on line %d NULL -- Testing ezmlm_hash() function with invalid input - ARRAY -- Warning: ezmlm_hash() expects parameter 1 to be string, array given in %s on line %d NULL -- Testing ezmlm_hash() function with invalid input - OBJECT without 'cast_object' method -- Warning: ezmlm_hash() expects parameter 1 to be string, object given in %s on line %d NULL -- Testing ezmlm_hash() function with invalid input - RESOURCE -- Warning: ezmlm_hash() expects parameter 1 to be string, resource given in %s on line %d NULL ===DONE===