PHP-QAT
|
|
The PHP/QA Team is a small group of developers
whose primary goal is to support the PHP core developers by providing
them with timely quality assurance.
|
Projects & Goals
|
|
Find more information about PHP/QA Team's current
projects and future goals.
|
Release Candidates
|
|
What are release candidates and how you can help us testing them.
|
Contact Information
|
Questions about the PHP-QAT should be sent to the
PHP/QAT Mailing List
Bug Reports should be submitted to the official PHP bug list
(http://bugs.php.net)
All other questions should be directed to the appropriate
PHP mailing list.
|
 |

|
Test: /ext/posix/tests/posix_getgrnam_basic.phpt - Version 5.3.20RC1
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+ }
|
|
|