Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/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-5.6/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";
44 -- 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";
57 -- 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-5.6/Zend/
H A Dzend_virtual_cwd.h196 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC);
284 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0 TSRMLS_CC) argument
286 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1 TSRMLS_CC) argument
332 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
334 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
H A Dzend_virtual_cwd.c1635 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC) /* {{… in virtual_chown() argument
1648 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
1653 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-5.6/ext/session/
H A Dmod_mm.c62 pid_t owner; member
233 data->owner = getpid(); in ps_mm_initialize()
258 if (data->owner != getpid()) { in ps_mm_destroy()
/PHP-5.6/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-5.6/ext/ftp/tests/
H A Dserver.inc45 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 .\r\n");
46 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 public_ftp\r\n");
/PHP-5.6/ext/standard/tests/file/windows_acls/
H A Dcommon.inc51 /* Current user needs to be owner of the test files. As well
/PHP-5.6/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-5.6/sapi/fpm/
H A Dwww.conf.in47 ;listen.owner = @php_fpm_user@
52 ; When set, listen.owner and listen.group are ignored
H A Dphp-fpm.conf.in175 ;listen.owner = @php_fpm_user@
180 ; When set, listen.owner and listen.group are ignored
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c19722 p->owner = self; in pthreadMutexEnter()
19731 assert( p->nRef>0 || p->owner==0 ); in pthreadMutexEnter()
19732 p->owner = pthread_self(); in pthreadMutexEnter()
19765 p->owner = self; in pthreadMutexTry()
19777 p->owner = pthread_self(); in pthreadMutexTry()
19804 if( p->nRef==0 ) p->owner = 0; in pthreadMutexLeave()
20207 return p->nRef==0 || p->owner!=tid;
20411 p->owner = tid;
20447 p->owner = tid;
20477 assert( p->owner==tid );
[all …]
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt8599 The owner of the stack is the user program, not the JIT studied pattern
/PHP-5.6/
H A DNEWS1491 . Fixed bug #69121 (Segfault in get_current_user when script owner is not

Completed in 352 milliseconds