Test: /ext/date/tests/getdate_basic.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 getdate() : basic functionality ***
002- array(11) {
003- ["seconds"]=>
004- int(10)
005- ["minutes"]=>
006- int(30)
007- ["hours"]=>
008- int(5)
009- ["mday"]=>
010- int(1)
011- ["wday"]=>
012- int(4)
013- ["mon"]=>
014- int(1)
015- ["year"]=>
016- int(1970)
017- ["yday"]=>
018- int(0)
019- ["weekday"]=>
020- string(8) "Thursday"
021- ["month"]=>
022- string(7) "January"
023- [0]=>
024- int(10)
025- }
026- array(11) {
027- ["seconds"]=>
028- int(%d)
029- ["minutes"]=>
030- int(%d)
031- ["hours"]=>
032- int(%d)
033- ["mday"]=>
034- int(%d)
035- ["wday"]=>
036- int(%d)
037- ["mon"]=>
038- int(%d)
039- ["year"]=>
040- int(%d)
041- ["yday"]=>
042- int(%d)
043- ["weekday"]=>
044- string(%d) %s
045- ["month"]=>
046- string(%d) %s
047- [0]=>
048- int(%d)
049- }
050- ===DONE===