mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
acb1af802d
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Basic test of POSIX getgid and getgrid functions
|
|||
Array
|
||||
(
|
||||
[name] => %s
|
||||
[passwd] => %a
|
||||
[passwd] => %A
|
||||
[members] => Array
|
||||
%a
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ array(4) {
|
|||
["name"]=>
|
||||
string(%d) "%s"
|
||||
["passwd"]=>
|
||||
string(1) "%s"
|
||||
string(%d) "%S"
|
||||
["members"]=>
|
||||
%a
|
||||
["gid"]=>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue