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