Test: /ext/posix/tests/posix_getpwnam_basic.phpt - Version 5.4.5    

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

Count Diff
83 (99%)
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====
1 (1%)
002+ array(7) {
003+ ["name"]=>
004+ string(1) "1"
005+ ["passwd"]=>
002- bool(false)
003- bool(false)
004- bool(false)
005- ===DONE====
006+ string(1) "x"
007+ ["uid"]=>
008+ int(700)
009+ ["gid"]=>
010+ int(514)
011+ ["gecos"]=>
012+ string(0) ""
013+ ["dir"]=>
014+ string(16) "/www/users/www.1"
015+ ["shell"]=>
016+ string(9) "/bin/bash"
017+ }
018+ bool(false)
019+ bool(false)
020+ ===DONE====