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