Searched refs:xml_parser_create_ns (Results 1 – 16 of 16) sorted by relevance
6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…26 $parser = xml_parser_create_ns("ISO-8859-1","@");
6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…23 $parser = xml_parser_create_ns('UTF-8');
6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…23 $parser = xml_parser_create_ns("ISO-8859-1","@");
6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…30 $parser = xml_parser_create_ns("ISO-8859-1","@");
9 $var1=xml_parser_create_ns();
9 xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
19 $parser = xml_parser_create_ns();
22 $parser = xml_parser_create_ns('UTF-8');
13 $parser = xml_parser_create_ns();
16 $parser = xml_parser_create_ns('UTF-8');
9 $var1 = xml_parser_create_ns();
87 ZEND_FUNCTION(xml_parser_create_ns);112 ZEND_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns)
7 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {} function
1071 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument
Completed in 12 milliseconds