Home
last modified time | relevance | path

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

/PHP-8.1/ext/xml/tests/
H A Dbug25666.phpt7 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","@");
H A Dxml009.phpt7 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","@");
H A Dbug35447.phpt7 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');
H A Dxml010.phpt7 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","@");
H A Dbug46699.phpt7 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","@");
H A Dbug72099.phpt7 $var1=xml_parser_create_ns();
H A Dbug65236.phpt7 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.phpt20 $parser = xml_parser_create_ns('UTF-8');
H A Dbug81351.phpt14 $parser = xml_parser_create_ns('UTF-8');
H A Dxml_parser_set_option_basic.phpt9 $parser = xml_parser_create_ns();
H A Dxml_set_start_namespace_decl_handler_basic.phpt15 $parser = xml_parser_create_ns();
H A Dbug72085.phpt7 $var1 = xml_parser_create_ns();
/PHP-8.1/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.c1069 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument

Completed in 20 milliseconds