Home
last modified time | relevance | path

Searched refs:posix_getgid (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/posix/tests/
H A Dposix_getgid_error.phpt2 Test posix_getgid() function : error conditions
9 /* Prototype : proto int posix_getgid(void)
15 echo "*** Testing posix_getgid() : error conditions ***\n";
18 echo "\n-- Testing posix_getgid() function with one argument --\n";
20 var_dump( posix_getgid($extra_arg) );
25 *** Testing posix_getgid() : error conditions ***
27 -- Testing posix_getgid() function with one argument --
29 Warning: posix_getgid() expects exactly 0 parameters, 1 given in %s on line %d
H A Dbug75696.phpt9 $gid = posix_getgid();
H A Dposix_getgrgid_basic.phpt11 $gid = posix_getgid();
H A Dposix_setgid_basic.phpt17 $gid = posix_getgid();
H A Dposix_setgid_error.phpt16 $gid = posix_getgid();
/PHP-7.1/ext/standard/tests/file/
H A Dlchgrp_basic.phpt6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
13 $gid = posix_getgid();
/PHP-7.1/ext/posix/
H A Dphp_posix.h49 PHP_FUNCTION(posix_getgid);
H A Dposix.c245 PHP_FE(posix_getgid, arginfo_posix_getgid)
501 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument

Completed in 14 milliseconds