Home
last modified time | relevance | path

Searched refs:posix_setgid (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/posix/tests/
H A Dposix_setgid_variation4.phpt2 Test function posix_setgid() by substituting argument 1 with float values.
31 var_dump(posix_setgid( $var ) );
40 Warning: posix_setgid() expects parameter 1 to be int, float given in %s on line %d
43 Warning: posix_setgid() expects parameter 1 to be int, float given in %s on line %d
H A Dposix_setgid_basic.phpt2 Test function posix_setgid() by calling it with its expected arguments
18 var_dump(posix_setgid( $gid ) );
H A Dposix_setgid_variation5.phpt2 Test function posix_setgid() by substituting argument 1 with int values.
28 var_dump(posix_setgid( $var ) );
H A Dposix_setgid_variation2.phpt2 Test function posix_setgid() by substituting argument 1 with boolean values.
29 var_dump(posix_setgid( $var ) );
/PHP-7.4/ext/posix/
H A Dphp_posix.h50 PHP_FUNCTION(posix_setgid);
H A Dposix.c239 PHP_FE(posix_setgid, arginfo_posix_setgid)
535 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() argument

Completed in 10 milliseconds