diff options
Diffstat (limited to 'ext/standard/tests/array/array_splice_errors.phpt')
-rw-r--r-- | ext/standard/tests/array/array_splice_errors.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_splice_errors.phpt b/ext/standard/tests/array/array_splice_errors.phpt index 0d4e8da421..bdcd9913cf 100644 --- a/ext/standard/tests/array/array_splice_errors.phpt +++ b/ext/standard/tests/array/array_splice_errors.phpt @@ -33,7 +33,7 @@ NULL Warning: array_splice() expects at least 2 parameters, 1 given in %s on line %d NULL -Warning: array_splice() expects parameter 1 to be array, integer given in %s on line %d +Warning: array_splice() expects parameter 1 to be array, int given in %s on line %d NULL Warning: array_splice() expects parameter 1 to be array, object given in %s on line %d |