summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt')
-rw-r--r--ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt b/ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
index 758d4bab21..f6d9a8852f 100644
--- a/ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
+++ b/ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
@@ -16,10 +16,10 @@ var_dump($proc->getParameter('', array()));
Warning: XSLTProcessor::getParameter() expects exactly 2 parameters, 0 given in %s on line %d
bool(false)
-Warning: XSLTProcessor::getParameter() expects parameter 1 to be %binary_string_optional%, array given in %s on line %d
+Warning: XSLTProcessor::getParameter() expects parameter 1 to be string, array given in %s on line %d
bool(false)
-Warning: XSLTProcessor::getParameter() expects parameter 2 to be %binary_string_optional%, array given in %s on line %d
+Warning: XSLTProcessor::getParameter() expects parameter 2 to be string, array given in %s on line %d
bool(false)
--CREDITS--
Christian Weiske, cweiske@php.net