Home
last modified time | relevance | path

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

/PHP-7.4/ext/posix/tests/
H A Dposix_setuid_variation4.phpt2 Test function posix_setuid() by substituting argument 1 with float values.
33 var_dump(posix_setuid( $var ) );
41 Warning: posix_setuid() expects parameter 1 to be int, float given in %s on line %d
44 Warning: posix_setuid() expects parameter 1 to be int, float given in %s on line %d
H A Dposix_setuid_basic.phpt2 Test function posix_setuid() by calling it with its expected arguments
15 $uid = var_dump(posix_setuid( $myuid ) );
H A Dposix_setuid_variation5.phpt2 Test function posix_setuid() by substituting argument 1 with int values.
28 var_dump(posix_setuid( $var ) );
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() by substituting argument 1 with boolean values.
29 var_dump(posix_setuid( $var ) );
H A Dposix_errno_variation1.phpt17 posix_setuid(0);
/PHP-7.4/ext/posix/
H A Dphp_posix.h49 PHP_FUNCTION(posix_setuid);
H A Dposix.c233 PHP_FE(posix_setuid, arginfo_posix_setuid)
527 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() argument

Completed in 10 milliseconds