--TEST-- Test xml_parse() function : error conditions --SKIPIF-- --FILE-- --EXPECTF-- *** Testing xml_parse() : error conditions *** -- Testing xml_parse() function with more than expected no. of arguments -- Warning: xml_parse() expects at most 3 parameters, 4 given in %s on line %d NULL -- Testing xml_parse() function with less than expected no. of arguments -- Warning: xml_parse() expects at least 2 parameters, 1 given in %s on line %d NULL Done