Searched refs:ns_support (Results 1 – 1 of 1) sorted by relevance
1265 static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ in php_xml_parser_create_impl() argument1278 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, (ns_support ? "|ss": "|s"), &encoding_param, … in php_xml_parser_create_impl()1303 if (ns_support && ns_param == NULL){ in php_xml_parser_create_impl()
Completed in 12 milliseconds