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