/PHP-8.1/ext/xml/tests/ |
H A D | xml_parser_set_option_basic.phpt | 14 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 D | xml_parser_set_option_variation5.phpt | 2 xml_parser_set_option() - Test invalid parameter 11 xml_parser_set_option($xmlParser, 42, 1); 18 xml_parser_set_option(): Argument #2 ($option) must be a XML_OPTION_* constant
|
H A D | xml_parser_set_option_variation4.phpt | 13 var_dump(xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, 1)); 16 xml_parser_set_option($xmlParser, XML_OPTION_TARGET_ENCODING, 'Invalid Encoding'); 24 xml_parser_set_option(): Argument #3 ($value) is not a supported target encoding
|
H A D | xml_parser_get_option_variation3.phpt | 12 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_TAGSTART, 7)); 13 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1));
|
H A D | bug72714.phpt | 19 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_TAGSTART, $tagstart); 29 Warning: xml_parser_set_option(): tagstart ignored, because it is out of range in %s on line %d
|
H A D | xml004.phpt | 10 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false); 18 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, true);
|
H A D | bug50576.phpt | 18 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 D | xml_closures_001.phpt | 26 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false);
|
H A D | bug70962.phpt | 10 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);
|
H A D | bug25666.phpt | 29 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
|
H A D | xml009.phpt | 29 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
|
H A D | bug35447.phpt | 25 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
|
H A D | xml010.phpt | 33 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
|
H A D | bug46699.phpt | 26 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
|
H A D | xml011.phpt | 24 xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
|
H A D | xml_set_start_namespace_decl_handler_basic.phpt | 16 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
|
H A D | xml001.phpt | 14 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
|
H A D | xml003.phpt | 55 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
|
H A D | xml002.phpt | 54 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 1);
|
H A D | bug32001b.phpt | 62 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
|
H A D | bug32001.phpt | 102 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
|
/PHP-8.1/ext/xml/ |
H A D | xml_arginfo.h | 106 ZEND_FUNCTION(xml_parser_set_option); 131 ZEND_FE(xml_parser_set_option, arginfo_xml_parser_set_option)
|
H A D | xml.stub.php | 63 function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {} function
|
H A D | xml.c | 1426 PHP_FUNCTION(xml_parser_set_option) in PHP_FUNCTION() argument
|