Test: /ext/date/tests/date_parse_error.phpt - Version 5.6.14-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
014- array(13) {
015- ["year"]=>
016- bool(false)
017- ["month"]=>
018- bool(false)
019- ["day"]=>
020- bool(false)
021- ["hour"]=>
022- int(10)
023- ["minute"]=>
024- int(0)
025- ["second"]=>
026- int(0)
027- ["fraction"]=>
028- float(0)
029- ["warning_count"]=>
030- int(1)
031- ["warnings"]=>
032- array(1) {
033- [4]=>
034- string(29) "Double timezone specification"
035- }
036- ["error_count"]=>
037- int(7)
038- ["errors"]=>
039- array(7) {
040- [0]=>
041- string(20) "Unexpected character"
042- [1]=>
043- string(47) "The timezone could not be found in the database"
044- [3]=>
045- string(20) "Unexpected character"
046- [7]=>
047- string(20) "Unexpected character"
048- [8]=>
049- string(29) "Double timezone specification"
050- [17]=>
051- string(20) "Unexpected character"
052- [18]=>
053- string(25) "Double time specification"
054- }
055- ["is_localtime"]=>
056- bool(true)
057- ["zone_type"]=>
058- int(0)
059- }
060- ===DONE===