Home
last modified time | relevance | path

Searched refs:XML_OPTION_SKIP_TAGSTART (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/xml/tests/
H A Dxml_parser_get_option_variation3.phpt2 xml_parser_get_option() with XML_OPTION_SKIP_TAGSTART and XML_OPTION_SKIP_WHITE
9 var_dump(xml_parser_get_option($parser, XML_OPTION_SKIP_TAGSTART));
13 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_TAGSTART, 7));
17 var_dump(xml_parser_get_option($parser, XML_OPTION_SKIP_TAGSTART));
H A Dbug50576.phpt2 Bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect)
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 Dbug72714.phpt23 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_TAGSTART, $tagstart);
33 …rgument #3 ($value) must be between 0 and 2147483647 for option XML_OPTION_SKIP_TAGSTART in %s on …
H A Dxml_parser_set_option_errors.phpt35 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());
72 …rgument #3 ($value) must be between 0 and 2147483647 for option XML_OPTION_SKIP_TAGSTART in %s on …
/PHP-8.3/ext/xml/
H A Dxml.stub.php130 const XML_OPTION_SKIP_TAGSTART = UNKNOWN; define

Completed in 7 milliseconds