diff options
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt')
-rw-r--r-- | ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt b/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt index 2c723434aa..87d186eb6f 100644 --- a/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt +++ b/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt @@ -14,6 +14,7 @@ include __DIR__ .'/prepare.inc'; $proc->importStylesheet($xsl); var_dump($proc->setParameter('', array(4, 'abc'))); $proc->transformToXml($dom); +?> --EXPECTF-- Warning: XSLTProcessor::setParameter(): Invalid parameter array in %s on line %d bool(false) |