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_getpwnam.phpt - Version 5.4.6RC1
There is 1 diff reported by users for this test.
| Count |
Diff |
3 (100%)
 |
002+ array(7) {
003+ ["name"]=>
002- bool(false)
003- bool(false)
004+ string(0) ""
005+ ["passwd"]=>
006+ string(0) ""
007+ ["uid"]=>
008+ int(0)
009+ ["gid"]=>
010+ int(0)
011+ ["gecos"]=>
012+ string(0) ""
013+ ["dir"]=>
014+ string(0) ""
015+ ["shell"]=>
016+ string(0) ""
017+ }
018+ array(7) {
019+ ["name"]=>
020+ string(0) ""
021+ ["passwd"]=>
022+ string(0) ""
023+ ["uid"]=>
024+ int(0)
025+ ["gid"]=>
026+ int(0)
027+ ["gecos"]=>
028+ string(0) ""
029+ ["dir"]=>
030+ string(0) ""
031+ ["shell"]=>
032+ string(0) ""
033+ }
|
|
|