Test: /ext/posix/tests/posix_getpwnam_basic.phpt - Version 5.3.20RC1    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
003+ array(7) {
004+ ["name"]=>
005+ string(0) ""
003- bool(false)
004- bool(false)
005- ===DONE====
006+ ["passwd"]=>
007+ string(0) ""
008+ ["uid"]=>
009+ int(0)
010+ ["gid"]=>
011+ int(0)
012+ ["gecos"]=>
013+ string(0) ""
014+ ["dir"]=>
015+ string(0) ""
016+ ["shell"]=>
017+ string(0) ""
018+ }
019+ array(7) {
020+ ["name"]=>
021+ string(0) ""
022+ ["passwd"]=>
023+ string(0) ""
024+ ["uid"]=>
025+ int(0)
026+ ["gid"]=>
027+ int(0)
028+ ["gecos"]=>
029+ string(0) ""
030+ ["dir"]=>
031+ string(0) ""
032+ ["shell"]=>
033+ string(0) ""
034+ }
035+ ===DONE====