Searched refs:posix_getpwuid (Results 1 – 5 of 5) sorted by relevance
2 Test posix_getpwuid() function : error conditions 9 /* Prototype : proto array posix_getpwuid(long uid)15 echo "*** Testing posix_getpwuid() : error conditions ***\n";17 echo "\n-- Testing posix_getpwuid() function with Zero arguments --\n";18 var_dump( posix_getpwuid() );23 var_dump( posix_getpwuid($uid, $extra_arg) );25 echo "\n-- Testing posix_getpwuid() function negative uid --\n";27 var_dump( posix_getpwuid($uid) );32 *** Testing posix_getpwuid() : error conditions ***34 -- Testing posix_getpwuid() function with Zero arguments --[all …]
2 Test posix_getpwuid() function : usage variations - parameter types9 /* Prototype : proto array posix_getpwuid(long uid)15 echo "*** Testing posix_getpwuid() : usage variations ***\n";72 $result = posix_getpwuid($value);85 *** Testing posix_getpwuid() : usage variations ***110 Warning: posix_getpwuid() expects parameter 1 to be long, array given in %s on line %d117 Warning: posix_getpwuid() expects parameter 1 to be long, array given in %s on line %d124 Warning: posix_getpwuid() expects parameter 1 to be long, array given in %s on line %d131 Warning: posix_getpwuid() expects parameter 1 to be long, array given in %s on line %d138 Warning: posix_getpwuid() expects parameter 1 to be long, array given in %s on line %d[all …]
2 Test posix_getpwuid() function : basic functionality 12 $pwuid = posix_getpwuid(posix_getuid());
107 PHP_FUNCTION(posix_getpwuid);
291 PHP_FE(posix_getpwuid, arginfo_posix_getpwuid)1159 PHP_FUNCTION(posix_getpwuid) in PHP_FUNCTION() argument
Completed in 15 milliseconds