Home
last modified time | relevance | path

Searched refs:getuid (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/standard/
H A Dpageinfo.c45 #define getuid() 1 macro
73 BG(page_uid) = getuid(); in php_statpage()
H A Dphp_filestat.h83 #define getuid() 1 macro
H A Dfilestat.c871 if(ssb.sb.st_uid==getuid()) { in php_stat()
902 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_unix.c137 pwd = getpwuid(getuid()); in fpm_unix_conf_wp()
/PHP-5.3/win32/
H A Dglob.c389 if ((pwd = getpwuid(getuid())) == NULL)
/PHP-5.3/ext/posix/
H A Dposix.c431 PHP_POSIX_RETURN_LONG_FUNC(getuid); in PHP_FUNCTION()
/PHP-5.3/ext/phar/
H A Dfunc_interceptors.c454 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1593 if ( getuid() == 0 )

Completed in 33 milliseconds