Searched refs:ns_support (Results 1 – 1 of 1) sorted by relevance
976 static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ in php_xml_parser_create_impl() argument988 …if (zend_parse_parameters(ZEND_NUM_ARGS(), (ns_support ? "|S!s": "|S!"), &encoding_param, &ns_para… in php_xml_parser_create_impl()1013 if (ns_support && ns_param == NULL){ in php_xml_parser_create_impl()
Completed in 16 milliseconds