Home
last modified time | relevance | path

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

/PHP-8.2/ext/posix/tests/
H A Dposix_setuid_basic.phpt2 Test function posix_setuid() by calling it with its expected arguments
13 $uid = var_dump(posix_setuid( $myuid ) );
H A Dposix_setuid_variation5.phpt2 Test function posix_setuid() by substituting argument 1 with int values.
29 var_dump(posix_setuid( $var ) );
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() by substituting argument 1 with boolean values.
30 var_dump(posix_setuid( $var ) );
H A Dposix_errno_variation1.phpt18 posix_setuid(0);
/PHP-8.2/ext/posix/
H A Dposix.stub.php203 function posix_setuid(int $user_id): bool {} function
H A Dposix_arginfo.h167 ZEND_FUNCTION(posix_setuid);
232 ZEND_FE(posix_setuid, arginfo_posix_setuid)
H A Dposix.c185 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() argument

Completed in 19 milliseconds