Home
last modified time | relevance | path

Searched refs:php_xml_check_string_method_arg (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/xml/
H A Dxml.c1071 static bool php_xml_check_string_method_arg( in php_xml_check_string_method_arg() function
1117 …bool status = php_xml_check_string_method_arg(0, new_this_obj, method_name, &parser_to_check->fcc_…
1187 bool status = php_xml_check_string_method_arg(3, parser->object, end_method_name, &end_fcc); in PHP_FUNCTION()
1196 bool status = php_xml_check_string_method_arg(2, parser->object, start_method_name, &start_fcc); in PHP_FUNCTION()
1208 bool status = php_xml_check_string_method_arg(2, parser->object, start_method_name, &start_fcc); in PHP_FUNCTION()
1212 status = php_xml_check_string_method_arg(3, parser->object, end_method_name, &end_fcc); in PHP_FUNCTION()
1267 …bool status = php_xml_check_string_method_arg(2, (*parser)->object, method_name, parser_handler_fc… in php_xml_set_handler_parse_callable()

Completed in 8 milliseconds