Test: /ext/date/tests/bug51819.phpt - Version 7.0.26-dev        

Bug #51819 Case discrepancy in timezone names cause Uncaught exception and fatal error
Submitted: 2010-05-14 10:10:07 Modified: 2011-06-05 15:30:47
From: shumisha Assigned: bjori
Status: Closed Package: Date/time related
PHP Version: 5.2.13 OS: linux/windows

There is 1 diff reported by users for this test.

Count Diff
10 (100%)
001+ string(167) "DateTime::__construct(): Failed to parse time string (2010-05-15 00:00:00 Canada/East-Saskatchewan) at position 20 (C): The timezone could not be found in the database"
001- string(30) "this should be the only output"
002+ Array
003+ (
004+ [warning_count] => 0
005+ [warnings] => Array
006+ (
007+ )
008+
009+ [error_count] => 1
010+ [errors] => Array
011+ (
012+ [20] => The timezone could not be found in the database
013+ )
014+
015+ )
016+ string(30) "this should be the only output"