Test: /ext/standard/tests/time/bug38524.phpt - Version 5.4.17        

Bug #38524 strptime returns random values for unparsed parts
Submitted: 2006-08-20 16:54:34 Modified: 2006-08-20 18:27:45
From: php Assigned:
Status: Closed Package: Date/time related
PHP Version: 5.1.5 OS: Linux

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+
001- array(9) {
002- ["tm_sec"]=>
003- int(0)
004- ["tm_min"]=>
005- int(0)
006- ["tm_hour"]=>
007- int(0)
008- ["tm_mday"]=>
009- int(20)
010- ["tm_mon"]=>
011- int(7)
012- ["tm_year"]=>
013- int(106)
014- ["tm_wday"]=>
015- int(0)
016- ["tm_yday"]=>
017- int(%d)
018- ["unparsed"]=>
019- string(0) ""
020- }
021- ===DONE===
1 (33%)
015+ int(6)
015- int(0)