summaryrefslogtreecommitdiff
path: root/Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt')
-rw-r--r--Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt b/Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt
index 66b6517379..e3b5ad2dee 100644
--- a/Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt
+++ b/Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt
@@ -19,6 +19,6 @@ try {
?>
--EXPECT--
ArgumentCountError
-substr() expects at least 2 parameters, 1 given
+substr() expects at least 2 arguments, 1 given
ArgumentCountError
-At least 2 parameters are required, 1 given
+At least 2 arguments are required, 1 given