Home
last modified time | relevance | path

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

/PHP-7.4/ext/posix/tests/
H A Dposix_seteuid_variation4.phpt2 Test function posix_seteuid() by substituting argument 1 with float values.
33 var_dump(posix_seteuid( $var ) );
41 Warning: posix_seteuid() expects parameter 1 to be int, float given in %s on line %d
44 Warning: posix_seteuid() expects parameter 1 to be int, float given in %s on line %d
H A Dposix_seteuid_basic.phpt2 Test function posix_seteuid() by calling it with its expected arguments
15 $uid = var_dump(posix_seteuid( $myuid ) );
H A Dposix_seteuid_variation5.phpt2 Test function posix_seteuid() by substituting argument 1 with int values.
28 var_dump(posix_seteuid( $var ) );
H A Dposix_seteuid_variation2.phpt2 Test function posix_seteuid() by substituting argument 1 with boolean values.
29 var_dump(posix_seteuid( $var ) );
/PHP-7.4/ext/posix/
H A Dphp_posix.h52 PHP_FUNCTION(posix_seteuid);
H A Dposix.c236 PHP_FE(posix_seteuid, arginfo_posix_seteuid)
544 PHP_FUNCTION(posix_seteuid) in PHP_FUNCTION() argument

Completed in 14 milliseconds