Test: /ext/posix/tests/posix_getgrgid_wrongparams.phpt - Version 7.2.12    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ array(4) {
002+ ["name"]=>
003+ string(4) "root"
004+ ["passwd"]=>
005+ string(1) "x"
006+ ["members"]=>
001- bool(false)
002- bool(false)
003-
004- Warning: posix_getgrgid() expects exactly 1 parameter, 0 given in %s on line %d
005- bool(false)
006- ===DONE===
007+ array(0) {
008+ }
009+ ["gid"]=>
010+ int(4294967295)
011+ }
012+ array(4) {
013+ ["name"]=>
014+ string(4) "root"
015+ ["passwd"]=>
016+ string(1) "x"
017+ ["members"]=>
018+ array(0) {
019+ }
020+ ["gid"]=>
021+ int(4294967295)
022+ }
023+
024+ Warning: posix_getgrgid() expects exactly 1 parameter, 0 given in %s/posix_getgrgid_wrongparams.php on line 5
025+ bool(false)
026+ ===DONE===