Home
last modified time | relevance | path

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

/PHP-8.0/ext/xml/tests/
H A Dbug25666.phpt6 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","@");
H A Dxml009.phpt6 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","@");
H A Dbug35447.phpt6 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');
H A Dbug46699.phpt6 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","@");
H A Dxml010.phpt6 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","@");
H A Dbug72099.phpt9 $var1=xml_parser_create_ns();
H A Dbug65236.phpt9 xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
H A Dbug73135.phpt19 $parser = xml_parser_create_ns();
H A Dbug71592.phpt22 $parser = xml_parser_create_ns('UTF-8');
H A Dxml_parser_set_option_basic.phpt13 $parser = xml_parser_create_ns();
H A Dbug81351.phpt16 $parser = xml_parser_create_ns('UTF-8');
H A Dxml_set_start_namespace_decl_handler_basic.phpt19 $parser = xml_parser_create_ns();
H A Dbug72085.phpt9 $var1 = xml_parser_create_ns();
/PHP-8.0/ext/xml/
H A Dxml_arginfo.h87 ZEND_FUNCTION(xml_parser_create_ns);
112 ZEND_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns)
H A Dxml.stub.php7 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {} function
H A Dxml.c1071 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument

Completed in 19 milliseconds