diff options
Diffstat (limited to 'ext/standard/tests/array/count_recursive.phpt')
| -rw-r--r-- | ext/standard/tests/array/count_recursive.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/array/count_recursive.phpt b/ext/standard/tests/array/count_recursive.phpt index dcef3bd47b..edec9fbe3f 100644 --- a/ext/standard/tests/array/count_recursive.phpt +++ b/ext/standard/tests/array/count_recursive.phpt @@ -239,13 +239,13 @@ NULL Warning: Use of undefined constant ABCD - assumed 'ABCD' (this will throw an Error in a future version of PHP) in %s on line %d -Warning: count() expects parameter 2 to be integer, %s given in %s on line %d +Warning: count() expects parameter 2 to be int, %s given in %s on line %d NULL -Warning: count() expects parameter 2 to be integer, %s given in %s on line %d +Warning: count() expects parameter 2 to be int, %s given in %s on line %d NULL -Warning: count() expects parameter 2 to be integer, %s given in %s on line %d +Warning: count() expects parameter 2 to be int, %s given in %s on line %d NULL Done |
