/PHP-8.3/ext/standard/tests/dir/ |
H A D | scandir_variation7.phpt | 24 /*1*/ 0477, // owner has read only, other and group has rwx 25 0677, // owner has rw only, other and group has rwx 30 /*5*/ 0400, // owner has read only, group and others have no permission 31 0600, // owner has rw only, group and others have no permission 33 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 34 0407, // owner has read only, other has rwx & group has no permission 36 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 37 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
H A D | opendir_variation7.phpt | 25 /*1*/ 0477, // owner has read only, other and group has rwx 26 0677, // owner has rw only, other and group has rwx 31 /*5*/ 0400, // owner has read only, group and others have no permission 32 0600, // owner has rw only, group and others have no permission 34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 35 0407, // owner has read only, other has rwx & group has no permission 37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
H A D | readdir_variation5.phpt | 25 /*1*/ 0477, // owner has read only, other and group has rwx 26 0677, // owner has rw only, other and group has rwx 31 /*5*/ 0400, // owner has read only, group and others have no permission 32 0600, // owner has rw only, group and others have no permission 34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 35 0407, // owner has read only, other has rwx & group has no permission 37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
H A D | dir_variation3.phpt | 26 /*1*/ 0477, // owner has read only, other and group has rwx 27 0677, // owner has rw only, other and group has rwx 32 /*5*/ 0400, // owner has read only, group and others have no permission 33 0600, // owner has rw only, group and others have no permission 35 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 36 0407, // owner has read only, other has rwx & group has no permission 38 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 39 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
/PHP-8.3/ext/xsl/tests/53965/ |
H A D | collection.xsl | 5 <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/> parameter 8 Hey! Welcome to <xsl:value-of select="$owner"/>'s sweet CD collection!
|
/PHP-8.3/ext/ftp/tests/ |
H A D | ftp_mlsd.phpt | 44 ["UNIX.owner"]=> 63 ["UNIX.owner"]=> 84 ["UNIX.owner"]=>
|
H A D | server.inc | 520 …0002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mode=0755;UNIX.owner=33; .\r\n"); 521 …002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mode=0755;UNIX.owner=33; ..\r\n"); 522 …rw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;UNIX.mode=0644;UNIX.owner=33; foobar\r\n");
|
/PHP-8.3/Zend/ |
H A D | zend_virtual_cwd.h | 196 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link); 290 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument 292 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument 345 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument 347 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
|
H A D | zend_virtual_cwd.c | 1416 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown() argument 1429 ret = lchown(new_state.cwd, owner, group); in virtual_chown() 1434 ret = chown(new_state.cwd, owner, group); in virtual_chown()
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | bug68591-conf-test-listen-owner.phpt | 2 FPM: bug68591 - config test listen owner existence 17 listen.owner = aaaaaa
|
H A D | socket-uds-numeric-ugid.phpt | 2 FPM: UNIX socket owner and group settings can be numeric 19 listen.owner = 1234
|
H A D | socket-uds-numeric-ugid-nonroot.phpt | 2 FPM: UNIX socket owner and group settings can be numeric 19 listen.owner = {{UID}}
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | fileowner_basic.phpt | 7 echo "-- Testing with the file or directory created by owner --\n"; 37 -- Testing with the file or directory created by owner --
|
H A D | filegroup_basic.phpt | 14 echo "-- Testing with the file or directory created by owner --\n"; 52 -- Testing with the file or directory created by owner --
|
/PHP-8.3/scripts/dev/ |
H A D | makedist | 179 "$tar" cf "$prefix".tar --owner=0 --group=0 --numeric-owner --sort=name "$prefix"
|
/PHP-8.3/ext/session/ |
H A D | mod_mm.c | 56 pid_t owner; member 225 data->owner = getpid(); in ps_mm_initialize() 249 if (data->owner != getpid()) { in ps_mm_destroy()
|
/PHP-8.3/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 13 "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-8.3/ext/standard/tests/file/windows_acls/ |
H A D | common.inc | 56 /* Current user needs to be owner of the test files. As well
|
/PHP-8.3/build/ |
H A D | ax_func_which_gethostbyname_r.m4 | 51 # As a special exception, the respective Autoconf Macro's copyright owner
|
/PHP-8.3/sapi/fpm/ |
H A D | www.conf.in | 49 ; BSD-derived systems allow connections regardless of permissions. The owner 52 ; is not set, the owner's group is used. Mode is set to 0660. 53 ;listen.owner = @php_fpm_user@ 59 ; When set, listen.owner and listen.group are ignored
|
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 215 …if (entity->children != NULL && entity->owner && entity == (xmlEntityPtr) entity->children->parent… in php_libxml_node_free()
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write) 2800 # owner user name null terminated 24320 # subsystem[48]; optional owner subsystem label or empty
|
H A D | magic私はガラスを食べられます | 108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write) 2800 # owner user name null terminated 24320 # subsystem[48]; optional owner subsystem label or empty
|