Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 25 of 25) sorted by relevance

/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_variation7.phpt37 /*1*/ 0477, // owner has read only, other and group has rwx
38 0677, // owner has rw only, other and group has rwx
43 /*5*/ 0400, // owner has read only, group and others have no permission
44 0600, // owner has rw only, group and others have no permission
46 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
47 0407, // owner has read only, other has rwx & group has no permission
49 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
50 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dopendir_variation7.phpt38 /*1*/ 0477, // owner has read only, other and group has rwx
39 0677, // owner has rw only, other and group has rwx
44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dreaddir_variation5.phpt38 /*1*/ 0477, // owner has read only, other and group has rwx
39 0677, // owner has rw only, other and group has rwx
44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Ddir_variation3.phpt40 /*1*/ 0477, // owner has read only, other and group has rwx
41 0677, // owner has rw only, other and group has rwx
46 /*5*/ 0400, // owner has read only, group and others have no permission
47 0600, // owner has rw only, group and others have no permission
49 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
50 0407, // owner has read only, other has rwx & group has no permission
52 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
53 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-7.1/ext/xsl/tests/53965/
H A Dcollection.xsl5 <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/> parameter
8 Hey! Welcome to <xsl:value-of select="$owner"/>'s sweet CD collection!
/PHP-7.1/ext/standard/tests/file/
H A Dfileowner_basic.phpt6 * Description: Returns the user ID of the owner of the file, or
12 echo "-- Testing with the file or directory created by owner --\n";
42 -- Testing with the file or directory created by owner --
H A Dfilegroup_basic.phpt17 echo "-- Testing with the file or directory created by owner --\n";
55 -- Testing with the file or directory created by owner --
H A Dlchown_basic.phpt11 * Description: Change file owner of a symlink
H A Dfileowner_error.phpt6 * Description: Returns the user ID of the owner of the file, or
H A Dfileowner_variation1.phpt13 * Description: Returns the user ID of the owner of the file, or
H A Dfileowner_variation2.phpt8 * Description: Returns the user ID of the owner of the file, or
H A Dlchown_error.phpt20 * Description: Change file owner of a symlink
H A Dfileowner_variation3.phpt8 * Description: Returns the user ID of the owner of the file, or
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h197 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
289 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
291 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
344 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
346 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
H A Dzend_virtual_cwd.c1698 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown() argument
1711 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
1716 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-7.1/ext/session/
H A Dmod_mm.c60 pid_t owner; member
230 data->owner = getpid(); in ps_mm_initialize()
255 if (data->owner != getpid()) { in ps_mm_destroy()
/PHP-7.1/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
190 Copyright [yyyy] [name of copyright owner]
/PHP-7.1/build/
H A Dax_check_compile_flag.m445 # As a special exception, the respective Autoconf Macro's copyright owner
/PHP-7.1/ext/ftp/tests/
H A Dserver.inc46 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 .\r\n");
47 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 ..\r\n");
48 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 public_ftp\r\n");
/PHP-7.1/ext/standard/tests/file/windows_acls/
H A Dcommon.inc51 /* Current user needs to be owner of the test files. As well
/PHP-7.1/TSRM/m4/
H A Dgethostbyname.m451 # As a special exception, the respective Autoconf Macro's copyright owner
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c235 ZEND_ARG_INFO(0, owner)
243 ZEND_ARG_INFO(0, owner)
256 ZEND_ARG_INFO(0, owner)
265 ZEND_ARG_INFO(0, owner)
274 ZEND_ARG_INFO(0, owner)
293 ZEND_ARG_INFO(0, owner)
302 ZEND_ARG_INFO(0, owner)
312 ZEND_ARG_INFO(0, owner)
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in47 ;listen.owner = @php_fpm_user@
52 ; When set, listen.owner and listen.group are ignored
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c25694 p->owner = self; in pthreadMutexEnter()
25703 assert( p->nRef>0 || p->owner==0 ); in pthreadMutexEnter()
25704 p->owner = pthread_self(); in pthreadMutexEnter()
25737 p->owner = self; in pthreadMutexTry()
25749 p->owner = pthread_self(); in pthreadMutexTry()
25776 if( p->nRef==0 ) p->owner = 0; in pthreadMutexLeave()
26180 return p->nRef==0 || p->owner!=tid;
26407 p->owner = tid;
26443 p->owner = tid;
26473 assert( p->owner==tid );
[all …]
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt8599 The owner of the stack is the user program, not the JIT studied pattern

Completed in 603 milliseconds