Home
last modified time | relevance | path

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

/PHP-5.6/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 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-5.6/ext/standard/tests/file/
H A Dlchgrp_basic.phpt6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
13 $gid = posix_getgid();
/PHP-5.6/ext/posix/
H A Dphp_posix.h46 PHP_FUNCTION(posix_getgid);
H A Dposix.c234 PHP_FE(posix_getgid, arginfo_posix_getgid)
437 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument

Completed in 11 milliseconds