Home
last modified time | relevance | path

Searched refs:XML_OPTION_SKIP_WHITE (Results 1 – 4 of 4) 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
10 var_dump(xml_parser_get_option($parser, XML_OPTION_SKIP_WHITE));
14 var_dump(xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1));
18 var_dump(xml_parser_get_option($parser, XML_OPTION_SKIP_WHITE));
H A Dbug70962.phpt2 Bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace)
10 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);
24 // Check XML_OPTION_SKIP_WHITE ignores values of tags containing whitespace characters only.
27 // Check XML_OPTION_SKIP_WHITE ignores empty <![CDATA[ ]]> values.
H A Dxml_parser_set_option_errors.phpt24 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, []);
29 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, new stdClass());
/PHP-8.3/ext/xml/
H A Dxml.stub.php135 const XML_OPTION_SKIP_WHITE = UNKNOWN; define

Completed in 7 milliseconds