Test: /ext/date/tests/date_parse_basic1.phpt - Version 7.1.25    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: 1: /home/ubuntu/php-7.1.25/sapi/cli/php: Permission denied
001- *** Testing date_parse() : basic functionality ***
002- array(12) {
003- ["year"]=>
004- int(2009)
005- ["month"]=>
006- int(2)
007- ["day"]=>
008- int(27)
009- ["hour"]=>
010- int(10)
011- ["minute"]=>
012- int(0)
013- ["second"]=>
014- int(0)
015- ["fraction"]=>
016- float(0.5)
017- ["warning_count"]=>
018- int(0)
019- ["warnings"]=>
020- array(0) {
021- }
022- ["error_count"]=>
023- int(0)
024- ["errors"]=>
025- array(0) {
026- }
027- ["is_localtime"]=>
028- bool(false)
029- }
030- array(12) {
031- ["year"]=>
032- bool(false)
033- ["month"]=>
034- bool(false)
035- ["day"]=>
036- bool(false)
037- ["hour"]=>
038- int(10)
039- ["minute"]=>
040- int(0)
041- ["second"]=>
042- int(0)
043- ["fraction"]=>
044- float(0.5)
045- ["warning_count"]=>
046- int(0)
047- ["warnings"]=>
048- array(0) {
049- }
050- ["error_count"]=>
051- int(0)
052- ["errors"]=>
053- array(0) {
054- }
055- ["is_localtime"]=>
056- bool(false)
057- }
058- array(12) {
059- ["year"]=>
060- int(2009)
061- ["month"]=>
062- int(2)
063- ["day"]=>
064- int(27)
065- ["hour"]=>
066- bool(false)
067- ["minute"]=>
068- bool(false)
069- ["second"]=>
070- bool(false)
071- ["fraction"]=>
072- bool(false)
073- ["warning_count"]=>
074- int(0)
075- ["warnings"]=>
076- array(0) {
077- }
078- ["error_count"]=>
079- int(0)
080- ["errors"]=>
081- array(0) {
082- }
083- ["is_localtime"]=>
084- bool(false)
085- }
086- ===DONE===