Searched refs:ns_support (Results 1 – 1 of 1) sorted by relevance
1007 static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ in php_xml_parser_create_impl() argument1020 …if (zend_parse_parameters(ZEND_NUM_ARGS(), (ns_support ? "|s!s": "|s!"), &encoding_param, &encodin… in php_xml_parser_create_impl()1045 if (ns_support && ns_param == NULL){ in php_xml_parser_create_impl()
Completed in 23 milliseconds