Test: /ext/posix/tests/posix_getgrgid_error.phpt - Version 5.6.27    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
005+ Fatal error: Call to undefined function posix_getgrgid() in %s/posix_getgrgid_error.php on line 12
005- Warning: posix_getgrgid() expects exactly 1 parameter, 0 given in %s on line %d
006- bool(false)
007-
008- -- Testing posix_getgrgid() function with more than expected no. of arguments --
009-
010- Warning: posix_getgrgid() expects exactly 1 parameter, 2 given in %s on line %d
011- bool(false)
012-
013- -- Testing posix_getgrgid() function with a negative group id --
014- bool(false)
015- Done