felipe Mon, 15 Feb 2010 21:24:17 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=295101
Log: - Fix test (Bug #51035) Bug: http://bugs.php.net/51035 (Feedback) posix_getgrgid() function : basic functionality Changed paths: U php/php-src/branches/PHP_5_2/ext/posix/tests/posix_getgrgid_basic.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_getgrgid_basic.phpt U php/php-src/trunk/ext/posix/tests/posix_getgrgid_basic.phpt Modified: php/php-src/branches/PHP_5_2/ext/posix/tests/posix_getgrgid_basic.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/posix/tests/posix_getgrgid_basic.phpt 2010-02-15 21:16:34 UTC (rev 295100) +++ php/php-src/branches/PHP_5_2/ext/posix/tests/posix_getgrgid_basic.phpt 2010-02-15 21:24:17 UTC (rev 295101) @@ -20,11 +20,11 @@ Array ( [name] => %s - [passwd] => %s + [passwd] => %a [members] => Array %a [gid] => %d ) ===DONE=== - \ No newline at end of file + Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_getgrgid_basic.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_getgrgid_basic.phpt 2010-02-15 21:16:34 UTC (rev 295100) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_getgrgid_basic.phpt 2010-02-15 21:24:17 UTC (rev 295101) @@ -20,11 +20,11 @@ Array ( [name] => %s - [passwd] => %s + [passwd] => %a [members] => Array %a [gid] => %d ) ===DONE=== - \ No newline at end of file + Modified: php/php-src/trunk/ext/posix/tests/posix_getgrgid_basic.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_getgrgid_basic.phpt 2010-02-15 21:16:34 UTC (rev 295100) +++ php/php-src/trunk/ext/posix/tests/posix_getgrgid_basic.phpt 2010-02-15 21:24:17 UTC (rev 295101) @@ -20,11 +20,11 @@ Array ( [name] => %s - [passwd] => %s + [passwd] => %a [members] => Array %a [gid] => %d ) ===DONE=== - \ No newline at end of file +
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
