diff options
Diffstat (limited to 'ext/standard/tests/array/array_pop_errors.phpt')
-rw-r--r-- | ext/standard/tests/array/array_pop_errors.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_pop_errors.phpt b/ext/standard/tests/array/array_pop_errors.phpt index d6c86c3794..fd6147731c 100644 --- a/ext/standard/tests/array/array_pop_errors.phpt +++ b/ext/standard/tests/array/array_pop_errors.phpt @@ -51,7 +51,7 @@ echo"\nDone"; Warning: array_pop() expects exactly 1 parameter, 0 given in %s on line %d NULL -Warning: array_pop() expects parameter 1 to be array, integer given in %s on line %d +Warning: array_pop() expects parameter 1 to be array, int given in %s on line %d NULL Warning: array_pop() expects parameter 1 to be array, string given in %s on line %d |