diff options
| author | Jani Taskinen <jani@php.net> | 2007-11-02 19:41:12 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-11-02 19:41:12 +0000 |
| commit | a541bb80788100606c59bf5a67478234a2045a6a (patch) | |
| tree | c782839faa71f4f23368c3efba128d89a723edac /ext/standard/tests/array/array_keys_error.phpt | |
| parent | b48925117750da2a7fb7cff629e3852d13917f2f (diff) | |
| download | php-git-a541bb80788100606c59bf5a67478234a2045a6a.tar.gz | |
- Fix tests
- Update README.PARAMETER_PARSING_API
Diffstat (limited to 'ext/standard/tests/array/array_keys_error.phpt')
| -rw-r--r-- | ext/standard/tests/array/array_keys_error.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_keys_error.phpt b/ext/standard/tests/array/array_keys_error.phpt index e575b09314..316e91d7e6 100644 --- a/ext/standard/tests/array/array_keys_error.phpt +++ b/ext/standard/tests/array/array_keys_error.phpt @@ -15,19 +15,19 @@ echo "Done\n"; ?> --EXPECTF-- *** Testing error conditions *** -Warning: array_keys(): The first argument should be an array in %s on line %d +Warning: array_keys() expects parameter 1 to be array, integer given in %s on line %d NULL -Warning: array_keys(): The first argument should be an array in %s on line %d +Warning: array_keys() expects parameter 1 to be array, string given in %s on line %d NULL -Warning: array_keys(): The first argument should be an array in %s on line %d +Warning: array_keys() expects parameter 1 to be array, object given in %s on line %d NULL -Warning: Wrong parameter count for array_keys() in %s on line %d +Warning: array_keys() expects at least 1 parameter, 0 given in %s on line %d NULL -Warning: Wrong parameter count for array_keys() in %s on line %d +Warning: array_keys() expects at most 3 parameters, 4 given in %s on line %d NULL Warning: Illegal offset type in %s on line %d |
