diff options
| author | Derick Rethans <derick@php.net> | 2008-07-21 09:32:15 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2008-07-21 09:32:15 +0000 |
| commit | f279efa61eda2fb79f1236ab36eb3a46e76fed1b (patch) | |
| tree | cffcfb0ff5f4b00cfe7408d98d673d7abef559b9 /ext | |
| parent | baab204436f1e8dd92347468a79b6c0342eeea81 (diff) | |
| download | php-git-f279efa61eda2fb79f1236ab36eb3a46e76fed1b.tar.gz | |
- MFH: Fixed one more test (on 32 bits)
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/date/tests/bug41523.phpt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/date/tests/bug41523.phpt b/ext/date/tests/bug41523.phpt index 556f4d88ef..948dae7dbf 100644 --- a/ext/date/tests/bug41523.phpt +++ b/ext/date/tests/bug41523.phpt @@ -29,9 +29,11 @@ array(12) { ["fraction"]=> float(0) ["warning_count"]=> - int(0) + int(1) ["warnings"]=> - array(0) { + array(1) { + [20]=> + string(27) "The parsed date was invalid" } ["error_count"]=> int(0) |
