Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.4/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.4/TSRM/
H A Dtsrm_virtual_cwd.h194 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC);
282 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0 TSRMLS_CC) argument
284 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1 TSRMLS_CC) argument
330 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
332 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
H A Dtsrm_virtual_cwd.c1603 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC) /* {{… in virtual_chown() argument
1616 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
1621 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-5.4/ext/session/
H A Dmod_mm.c62 pid_t owner; member
219 data->owner = getpid(); in ps_mm_initialize()
244 if (data->owner != getpid()) { in ps_mm_destroy()
/PHP-5.4/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.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc51 /* Current user needs to be owner of the test files. As well
/PHP-5.4/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.4/sapi/fpm/
H A Dphp-fpm.conf.in170 ;listen.owner = @php_fpm_user@
/PHP-5.4/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.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt8575 The owner of the stack is the user program, not the JIT studied pattern

Completed in 391 milliseconds