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.phpt - Version 5.4.10
There are 2 different diffs reported by users for this test.
| Count |
Diff |
120 (98%)
 |
001+ array(4) {
002+ ["name"]=>
003+ string(0) ""
004+ ["passwd"]=>
005+ string(0) ""
006+ ["members"]=>
007+ array(0) {
008+ }
009+ ["gid"]=>
010+ int(0)
011+ }
001- bool(false)
003- bool(false)
013+ array(4) {
014+ ["name"]=>
015+ string(0) ""
016+ ["passwd"]=>
017+ string(0) ""
018+ ["members"]=>
019+ array(0) {
020+ }
021+ ["gid"]=>
022+ int(0)
023+ }
|
|
2 (2%)
 |
001+ array(4) {
002+ ["name"]=>
003+ string(0) ""
004+ ["passwd"]=>
005+ string(0) ""
006+ ["members"]=>
007+ array(0) {
008+ }
009+ ["gid"]=>
010+ int(1002)
011+ }
001- bool(false)
003- bool(false)
013+ array(4) {
014+ ["name"]=>
015+ string(0) ""
016+ ["passwd"]=>
017+ string(0) ""
018+ ["members"]=>
019+ array(0) {
020+ }
021+ ["gid"]=>
022+ int(1002)
023+ }
|
|
|