From f2c6c2b33bdc8850c95b27f8f1539d9d7b3cfd27 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:33:08 +0100 Subject: [PATCH 1/2] Document XSLTProcessor::setParameter() quote fix --- reference/xsl/xsltprocessor/setparameter.xml | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/reference/xsl/xsltprocessor/setparameter.xml b/reference/xsl/xsltprocessor/setparameter.xml index dc20d1443c9f..acccfe317709 100644 --- a/reference/xsl/xsltprocessor/setparameter.xml +++ b/reference/xsl/xsltprocessor/setparameter.xml @@ -69,6 +69,32 @@ &return.success; + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.4.0 + + It is now possible to set a parameter value containing both single and + double quotes. Prior to PHP 8.4.0, this resulted in a warning. + + + + + + + + &reftitle.examples; From bc3340c64d1ab4c5ad1182ada98ff8e8058c247c Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:54:44 +0100 Subject: [PATCH 2/2] review --- reference/xsl/xsltprocessor/setparameter.xml | 40 ++++++++++---------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/reference/xsl/xsltprocessor/setparameter.xml b/reference/xsl/xsltprocessor/setparameter.xml index acccfe317709..b1579a716f93 100644 --- a/reference/xsl/xsltprocessor/setparameter.xml +++ b/reference/xsl/xsltprocessor/setparameter.xml @@ -72,27 +72,25 @@ &reftitle.changelog; - - - - - - &Version; - &Description; - - - - - 8.4.0 - - It is now possible to set a parameter value containing both single and - double quotes. Prior to PHP 8.4.0, this resulted in a warning. - - - - - - + + + + + &Version; + &Description; + + + + + 8.4.0 + + It is now possible to set a parameter value containing both single and + double quotes. Prior to PHP 8.4.0, this resulted in a warning. + + + + +