From 9ee6e26a20121df1f5c844ef97f2a20507fecf05 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 16 Oct 2018 17:38:47 +0000 Subject: [PATCH] Document new options supported by xml_parser_get_option() Cf. . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345822 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../xml/functions/xml-parser-get-option.xml | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/reference/xml/functions/xml-parser-get-option.xml b/reference/xml/functions/xml-parser-get-option.xml index 003ab368b3..6f97ab1d32 100644 --- a/reference/xml/functions/xml-parser-get-option.xml +++ b/reference/xml/functions/xml-parser-get-option.xml @@ -34,7 +34,8 @@ option - Which option to fetch. XML_OPTION_CASE_FOLDING + Which option to fetch. XML_OPTION_CASE_FOLDING, + XML_OPTION_SKIP_TAGSTART, XML_OPTION_SKIP_WHITE and XML_OPTION_TARGET_ENCODING are available. See xml_parser_set_option for their description. @@ -54,6 +55,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 7.1.24, 7.2.12, 7.3.0 + + options now supports XML_OPTION_SKIP_TAGSTART + and XML_OPTION_SKIP_WHITE. + + + + + + +