Searched refs:xml_parser_create_ns (Results 1 – 15 of 15) sorted by relevance
7 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…27 $parser = xml_parser_create_ns("ISO-8859-1","@");
7 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…24 $parser = xml_parser_create_ns('UTF-8');
7 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…31 $parser = xml_parser_create_ns("ISO-8859-1","@");
7 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…24 $parser = xml_parser_create_ns("ISO-8859-1","@");
7 $var1=xml_parser_create_ns();
7 xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
21 $parser = xml_parser_create_ns();
20 $parser = xml_parser_create_ns('UTF-8');
10 $parser = xml_parser_create_ns();
9 $parser = xml_parser_create_ns();
14 $parser = xml_parser_create_ns('UTF-8');
86 ZEND_FUNCTION(xml_parser_create_ns);110 ZEND_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns)
150 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {} function
1068 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument
Completed in 16 milliseconds