Home
last modified time | relevance | path

Searched refs:gid (Results 1 – 25 of 58) sorted by relevance

123

/php-src/ext/posix/tests/
H A Dposix_getgrgid_basic.phpt9 $gid = posix_getgid();
10 $groupinfo = posix_getgrgid($gid);
24 [gid] => %d
H A Dbug75696.phpt7 $gid = posix_getgid();
8 $name = posix_getgrgid($gid)['name'];
H A Dposix_getgrgid.phpt33 if (!isset($grp['gid'])) {
34 die('Array index "gid" does not exist.');
36 var_dump($grp['gid']);
H A Dposix_setgid_basic.phpt15 $gid = posix_getgid();
16 var_dump(posix_setgid( $gid ) );
H A Dposix_getgrgid_error.phpt14 $gid = -999;
15 var_dump( posix_getgrgid($gid));
H A Dposix_getpwuid_basic.phpt23 [gid] => %d
H A Dposix_getgrnam_basic.phpt26 ["gid"]=>
H A Dposix_getpwnam_basic_01.phpt24 [gid] => %d
/php-src/ext/standard/
H A Dpageinfo.c104 zend_long gid; in PHP_FUNCTION() local
108 gid = php_getgid(); in PHP_FUNCTION()
109 if (gid < 0) { in PHP_FUNCTION()
112 RETURN_LONG(gid); in PHP_FUNCTION()
/php-src/ext/standard/tests/file/
H A Dlchgrp_basic.phpt13 $gid = posix_getgid();
17 var_dump( lchgrp( $filename, $gid ) );
18 var_dump( filegroup( $symlink ) === $gid );
H A Dlstat_stat_variation19.phpt89 ["gid"]=>
143 ["gid"]=>
199 ["gid"]=>
253 ["gid"]=>
H A Dstat_variation7-win32.phpt109 ["gid"]=>
163 ["gid"]=>
219 ["gid"]=>
273 ["gid"]=>
H A Dlstat_stat_variation20.phpt98 ["gid"]=>
154 ["gid"]=>
208 ["gid"]=>
262 ["gid"]=>
H A Dlstat_stat_basic.phpt128 ["gid"]=>
182 ["gid"]=>
238 ["gid"]=>
292 ["gid"]=>
/php-src/sapi/fpm/tests/
H A Dbug80669-uid-user-groups.phpt16 $gid = $pw['gid'];
39 $tester->request()->expectBody((string) $gid);
H A Dsocket-uds-numeric-ugid.phpt38 $gr = posix_getgrgid($st['gid']);
41 echo "{$st['uid']}/{$user},{$st['gid']}/{$group}\n";
H A Dsocket-uds-numeric-ugid-nonroot.phpt43 $gr = posix_getgrgid($st['gid']);
46 echo "{$st['uid']}/{$user},{$st['gid']}/{$group}\n";
H A Dbug68591-conf-test-group.phpt32 ERROR: [pool unconfined] cannot get gid for group 'aaaaaa'
H A Dbug68591-conf-test-listen-group.phpt32 ERROR: [pool unconfined] cannot get gid for group 'aaaaaa': %s
/php-src/ext/phar/
H A Dtar.h45 char gid[8]; /* owner group ID */ member
69 char gid[8]; /* owner group ID */ member
/php-src/ext/sysvmsg/tests/
H A D004.phpt23 echo "Set gid:\n"; // same as the running user to make it succeed
24 $arr = array('msg_perm.gid' => getmygid());
51 Set gid:
/php-src/ext/fileinfo/libmagic/
H A Dtar.h57 char gid[8]; member
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc51 'gid' => 0,
84 sprintf('%6s ',decoct($stat['gid'])),
155 'gid' => 0,
H A Dcorrupt_tarmaker.php.inc51 'gid' => 0,
91 sprintf('%6s ',decoct($stat['gid'])),
163 'gid' => 0,
H A Dmake.dangerous.tar.php.inc52 'gid' => 0,
85 sprintf('%6s ',decoct($stat['gid'])),
156 'gid' => 0,

Completed in 55 milliseconds

123