Searched refs:uid (Results 76 – 83 of 83) sorted by relevance
1234
/PHP-5.5/ext/opcache/ |
H A D | config.m4 | 47 shmbuf.shm_perm.uid = getuid();
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | file.inc | 539 $string_keys = array("dev", "ino", "mode", "nlink", "uid", "gid", 589 "dev", "ino", "mode", "nlink", "uid", "gid",
|
/PHP-5.5/ext/sockets/ |
H A D | conversions.c | 1341 {"uid", sizeof("uid"), 1, offsetof(struct ucred, uid), from_zval_write_uid_t, to_zval_read_uid_t},
|
/PHP-5.5/main/streams/ |
H A D | userspace.c | 908 STAT_PROP_ENTRY(uid); in statbuf_from_array()
|
/PHP-5.5/ |
H A D | php.ini-development | 1008 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
|
H A D | php.ini-production | 1008 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
|
/PHP-5.5/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 25776 static int posixFchown(int fd, uid_t uid, gid_t gid){ 25780 return geteuid() ? 0 : fchown(fd,uid,gid); 31240 uid_t uid; /* Userid for the file */ 31242 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid); 31269 osFchown(fd, uid, gid);
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | magic | 1456 >>8 byte&0xF0 0x80 \b, root type: uid (CORRUPT)
|
Completed in 521 milliseconds
1234