summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/chr_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/chr_error.phpt')
-rw-r--r--ext/standard/tests/strings/chr_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/chr_error.phpt b/ext/standard/tests/strings/chr_error.phpt
index 59dfffd53b..aee28604d5 100644
--- a/ext/standard/tests/strings/chr_error.phpt
+++ b/ext/standard/tests/strings/chr_error.phpt
@@ -25,7 +25,7 @@ try {
*** Testing chr() : error conditions ***
-- Testing chr() function with no arguments --
-chr() expects exactly 1 parameter, 0 given
+chr() expects exactly 1 argument, 0 given
-- Testing chr() function with more than expected no. of arguments --
-chr() expects exactly 1 parameter, 2 given
+chr() expects exactly 1 argument, 2 given