summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/range_errors.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/range_errors.phpt')
-rw-r--r--ext/standard/tests/array/range_errors.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/array/range_errors.phpt b/ext/standard/tests/array/range_errors.phpt
index 51e9e50a55..73a02697e7 100644
--- a/ext/standard/tests/array/range_errors.phpt
+++ b/ext/standard/tests/array/range_errors.phpt
@@ -105,15 +105,15 @@ Step exceeds the specified range
-- Testing other conditions --
Step exceeds the specified range
-range() expects parameter 3 to be int or float, string given
+range() expects argument #3 ($step) to be of type int|float, string given
Step exceeds the specified range
Notice: A non well formed numeric value encountered in %s on line %d
Step exceeds the specified range
-- Testing Invalid steps --
-range() expects parameter 3 to be int or float, string given
+range() expects argument #3 ($step) to be of type int|float, string given
Step exceeds the specified range
Step exceeds the specified range
-range() expects parameter 3 to be int or float, string given
-range() expects parameter 3 to be int or float, string given
+range() expects argument #3 ($step) to be of type int|float, string given
+range() expects argument #3 ($step) to be of type int|float, string given