Home
last modified time | relevance | path

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

/PHP-8.0/ext/xml/tests/
H A Dxml_parser_set_option_basic.phpt18 var_dump(xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 1));
19 var_dump(xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "ISO-8859-1"));
24 var_dump(xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0));
25 var_dump(xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "UTF-8"));
30 var_dump(xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "US-ASCII"));
H A Dxml_parser_set_option_variation5.phpt2 xml_parser_set_option() - Test invalid parameter
15 xml_parser_set_option($xmlParser, 42, 1);
22 xml_parser_set_option(): Argument #2 ($option) must be a PHP_XML_OPTION_* constant
H A Dxml_parser_set_option_variation4.phpt17 var_dump(xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, 1));
20 xml_parser_set_option($xmlParser, XML_OPTION_TARGET_ENCODING, 'Invalid Encoding');
28 xml_parser_set_option(): Argument #3 ($value) is not a supported target encoding
H A Dxml_parser_get_option_variation3.phpt14 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_TAGSTART, 7));
15 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1));
H A Dbug72714.phpt21 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_TAGSTART, $tagstart);
31 Warning: xml_parser_set_option(): tagstart ignored, because it is out of range in %s on line %d
H A Dxml_parser_set_option_variation3.phpt2 Test xml_parser_set_option() function : usage variations
11 echo "*** Testing xml_parser_set_option() : usage variations ***\n";
81 var_dump(xml_parser_set_option($parser, $option, $value));
89 *** Testing xml_parser_set_option() : usage variations ***
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.phpt20 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_TAGSTART, 4);
32 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.phpt12 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);
H A Dbug25666.phpt28 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml009.phpt28 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dbug35447.phpt24 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dbug46699.phpt25 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml010.phpt32 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml011.phpt26 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
H A Dxml_set_start_namespace_decl_handler_basic.phpt20 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
H A Dxml001.phpt13 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
H A Dxml003.phpt54 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
H A Dxml002.phpt53 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
H A Dbug32001b.phpt61 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
H A Dbug32001.phpt101 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
/PHP-8.0/ext/xml/
H A Dxml_arginfo.h106 ZEND_FUNCTION(xml_parser_set_option);
131 ZEND_FE(xml_parser_set_option, arginfo_xml_parser_set_option)
H A Dxml.stub.php62 function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {} function
H A Dxml.c1426 PHP_FUNCTION(xml_parser_set_option) in PHP_FUNCTION() argument

Completed in 67 milliseconds