diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-16 21:49:20 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-09-09 10:47:43 +0200 |
commit | 9975986b7ef849c3a8e73a48748befbfdc50e416 (patch) | |
tree | b287480ec6e0d4853fa4e1f53d3627836b74d695 /ext/standard/tests/array/array_intersect_error.phpt | |
parent | c5b42be40e98f1626e2404af069af16cb6510ef3 (diff) | |
download | php-git-9975986b7ef849c3a8e73a48748befbfdc50e416.tar.gz |
Improve error messages mentioning parameters instead of arguments
Closes GH-5999
Diffstat (limited to 'ext/standard/tests/array/array_intersect_error.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/array_intersect_error.phpt b/ext/standard/tests/array/array_intersect_error.phpt index 5ddfaa42f0..623fd2f9a6 100644 --- a/ext/standard/tests/array/array_intersect_error.phpt +++ b/ext/standard/tests/array/array_intersect_error.phpt @@ -27,8 +27,8 @@ echo "Done"; *** Testing array_intersect() : error conditions *** -- Testing array_intersect() function with Zero arguments -- -At least 2 parameters are required, 0 given +At least 2 arguments are required, 0 given -- Testing array_intersect() function with less than expected no. of arguments -- -At least 2 parameters are required, 1 given +At least 2 arguments are required, 1 given Done |