Home
last modified time | relevance | path

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

/php-src/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 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 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 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.phpt21 $parser = xml_parser_create_ns();
H A Dbug71592.phpt20 $parser = xml_parser_create_ns('UTF-8');
H A Dxml_set_start_namespace_decl_handler_basic.inc10 $parser = xml_parser_create_ns();
H A Dxml_parser_set_option_basic.phpt9 $parser = xml_parser_create_ns();
H A Dbug81351.phpt14 $parser = xml_parser_create_ns('UTF-8');
/php-src/ext/xml/
H A Dxml_arginfo.h86 ZEND_FUNCTION(xml_parser_create_ns);
110 ZEND_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns)
H A Dxml.stub.php150 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {} function
H A Dxml.c1065 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument

Completed in 21 milliseconds