Home
last modified time | relevance | path

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

/PHP-7.4/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 Dbug79922.phpt9 $c=xml_parser_create_ns();
H A Dbug71592.phpt22 $parser = xml_parser_create_ns('UTF-8');
H A Dbug73135.phpt19 $parser = xml_parser_create_ns();
H A Dbug81351.phpt16 $parser = xml_parser_create_ns('UTF-8');
H A Dxml_parser_set_option_basic.phpt19 $parser = xml_parser_create_ns();
H A Dxml_set_start_namespace_decl_handler_basic.phpt25 $parser = xml_parser_create_ns();
H A Dbug72085.phpt9 $var1 = xml_parser_create_ns();
/PHP-7.4/ext/xml/
H A Dxml.c145 PHP_FUNCTION(xml_parser_create_ns);
304 PHP_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns)
1179 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument

Completed in 16 milliseconds