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