summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt')
-rw-r--r--ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt b/ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
index c2b4f4c0c3..bbfdc20cd7 100644
--- a/ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
+++ b/ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
@@ -15,9 +15,9 @@ $proc->removeParameter('', array());
--EXPECTF--
Warning: XSLTProcessor::removeParameter() expects exactly 2 parameters, 0 given in %s on line %d
-Warning: XSLTProcessor::removeParameter() expects parameter 1 to be %binary_string_optional%, array given in %s on line %d
+Warning: XSLTProcessor::removeParameter() expects parameter 1 to be string, array given in %s on line %d
-Warning: XSLTProcessor::removeParameter() expects parameter 2 to be %binary_string_optional%, array given in %s on line %d
+Warning: XSLTProcessor::removeParameter() expects parameter 2 to be string, array given in %s on line %d
--CREDITS--
Christian Weiske, cweiske@php.net
PHP Testfest Berlin 2009-05-09