summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2008-07-21 09:32:15 +0000
committerDerick Rethans <derick@php.net>2008-07-21 09:32:15 +0000
commitf279efa61eda2fb79f1236ab36eb3a46e76fed1b (patch)
treecffcfb0ff5f4b00cfe7408d98d673d7abef559b9 /ext
parentbaab204436f1e8dd92347468a79b6c0342eeea81 (diff)
downloadphp-git-f279efa61eda2fb79f1236ab36eb3a46e76fed1b.tar.gz
- MFH: Fixed one more test (on 32 bits)
Diffstat (limited to 'ext')
-rw-r--r--ext/date/tests/bug41523.phpt6
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)