diff options
author | Robert Nicholson <nicholsr@php.net> | 2007-11-01 08:42:49 +0000 |
---|---|---|
committer | Robert Nicholson <nicholsr@php.net> | 2007-11-01 08:42:49 +0000 |
commit | a174f1331d08e8335f7ac87f7bc6e15529d373ed (patch) | |
tree | 86974832a8eb06b71a29a093cf74e27999f2cd77 /ext/standard/tests/array/max_error.phpt | |
parent | eb5bd09cff364be2426b4a8785c3e703a48abeb8 (diff) | |
download | php-git-a174f1331d08e8335f7ac87f7bc6e15529d373ed.tar.gz |
update min_error and max_error testcases to take into account bug fix for bug#43125
Diffstat (limited to 'ext/standard/tests/array/max_error.phpt')
-rw-r--r-- | ext/standard/tests/array/max_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/max_error.phpt b/ext/standard/tests/array/max_error.phpt index 7e8b09bfcb..cbc36f4946 100644 --- a/ext/standard/tests/array/max_error.phpt +++ b/ext/standard/tests/array/max_error.phpt @@ -20,13 +20,13 @@ var_dump(max(new stdclass)); *** Testing Error Conditions *** -Warning: max(): At%seast one %s on line %d +Warning: max(): At least one %s on line %d NULL Warning: Wrong parameter count for max() in %s on line %d NULL -Warning: max(): Array must contain at%seast one element in %s on line %d +Warning: max(): Array must contain at least one element in %s on line %d bool(false) Warning: Wrong parameter count for max() in %s on line %d |