summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt')
-rw-r--r--ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt b/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
index efefe0f83b..a2f125a000 100644
--- a/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
+++ b/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
@@ -14,6 +14,7 @@ include __DIR__ .'/prepare.inc';
$proc->importStylesheet($xsl);
$proc->setParameter('', '', '"\'');
$proc->transformToXml($dom);
+?>
--EXPECTF--
Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quote and double-quotes) in %s on line %d
--CREDITS--