diff options
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt')
-rw-r--r-- | ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt b/ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt index 78191c2b6e..4311c30886 100644 --- a/ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt +++ b/ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt @@ -10,6 +10,7 @@ Check xsltprocessor::getParameter with undefined parameter <?php include __DIR__ .'/prepare.inc'; var_dump($proc->getParameter('', 'doesnotexist')); +?> --EXPECT-- bool(false) --CREDITS-- |