Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dxml.c1008 char *ns_param = NULL; in php_xml_parser_create_impl() local
1013 …meters(ZEND_NUM_ARGS(), (ns_support ? "|S!s": "|S!"), &encoding_param, &ns_param, &ns_param_len) =… in php_xml_parser_create_impl()
1038 if (ns_support && ns_param == NULL){ in php_xml_parser_create_impl()
1039 ns_param = ":"; in php_xml_parser_create_impl()
1045 &php_xml_mem_hdlrs, (XML_Char*)ns_param); in php_xml_parser_create_impl()

Completed in 7 milliseconds