From: Derick Rethans Date: Mon, 21 Jul 2008 09:32:15 +0000 (+0000) Subject: - MFH: Fixed one more test (on 32 bits) X-Git-Tag: php-5.3.0alpha1~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f279efa61eda2fb79f1236ab36eb3a46e76fed1b;p=php - MFH: Fixed one more test (on 32 bits) --- 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)