Home
last modified time | relevance | path

Searched refs:xml_parser_set_option (Results 1 – 25 of 27) sorted by relevance

12

/php-src/ext/xml/tests/
H A Dxml_parser_set_option_errors.phpt2 xml_parser_set_option(): Setting options to invalid values
12 xml_parser_set_option($xmlParser, XML_OPTION_CASE_FOLDING, []);
17 xml_parser_set_option($xmlParser, XML_OPTION_CASE_FOLDING, new stdClass());
24 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, []);
29 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, new stdClass());
35 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_TAGSTART, -5);
37 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_TAGSTART, []);
39 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_TAGSTART, new stdClass());
48 xml_parser_set_option($xmlParser, XML_OPTION_TARGET_ENCODING, []);
53 xml_parser_set_option($xmlParser, XML_OPTION_TARGET_ENCODING, new stdClass());
[all …]
H A Dxml_parser_set_option_basic.phpt14 var_dump(xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 1));
15 var_dump(xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "ISO-8859-1"));
20 var_dump(xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0));
21 var_dump(xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "UTF-8"));
26 var_dump(xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "US-ASCII"));
H A Dxml_parser_set_option_nonexistent_option.phpt2 xml_parser_set_option(): Non-existent option
11 xml_parser_set_option($xmlParser, 42, 1);
18 xml_parser_set_option(): Argument #2 ($option) must be a XML_OPTION_* constant
H A Dxml_parser_get_option_variation3.phpt13 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_TAGSTART, 7));
14 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1));
15 var_dump(xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, false));
H A Dbug72714.phpt23 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_TAGSTART, $tagstart);
33 Warning: xml_parser_set_option(): Argument #3 ($value) must be between 0 and 2147483647 for option …
H A DXML_OPTION_PARSE_HUGE_during_parsing.phpt14 xml_parser_set_option($parser, XML_OPTION_PARSE_HUGE, true);
23 #0 %s(%d): xml_parser_set_option(Object(XMLParser), 5, true)
H A Dxml004.phpt10 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false);
18 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, true);
H A Dbug50576.phpt18 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_TAGSTART, 4);
30 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_TAGSTART, 4);
H A Dxml_closures_001.phpt26 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false);
H A Dbug70962.phpt10 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);
H A Dbug25666.phpt29 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dbug35447.phpt25 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml009.phpt29 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml_set_start_namespace_decl_handler_basic.inc11 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
H A Dgh14124.phpt16 xml_parser_set_option($parser, XML_OPTION_PARSE_HUGE, $huge);
H A Dxml010.phpt33 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dbug46699.phpt26 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml011.phpt24 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml001.phpt14 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
H A Dxml003.phpt55 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
H A Dxml002.phpt54 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
H A DXML_OPTION_PARSE_HUGE.phpt23 xml_parser_set_option($parser, XML_OPTION_PARSE_HUGE, $huge);
H A Dbug32001b.phpt62 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
/php-src/ext/xml/
H A Dxml_arginfo.h105 ZEND_FUNCTION(xml_parser_set_option);
129 ZEND_FE(xml_parser_set_option, arginfo_xml_parser_set_option)
H A Dxml.stub.php194 function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {} function

Completed in 23 milliseconds

12