QA logo
Sunday, May 26, 2013
Home | Projects and Goals | Release Candidates | How to Help | Handling Bug Reports | Test Reports | Manage Pull Requests


Test: /ext/posix/tests/posix_getgrnam_basic.phpt - Version 5.5.0alpha3    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+ array(4) {
003+ ["name"]=>
004+ string(0) ""
005+ ["passwd"]=>
006+ string(0) ""
007+ ["members"]=>
008+ array(0) {
009+ }
010+ ["gid"]=>
011+ int(0)
012+ }
002- bool(false)
004- bool(false)
014+ array(4) {
015+ ["name"]=>
016+ string(0) ""
017+ ["passwd"]=>
018+ string(0) ""
019+ ["members"]=>
020+ array(0) {
021+ }
022+ ["gid"]=>
023+ int(0)
024+ }
 
Go to the main PHP site