Home
last modified time | relevance | path

Searched refs:group (Results 51 – 75 of 93) sorted by relevance

1234

/PHP-7.4/sapi/fpm/
H A Dwww.conf.in20 ; Unix user/group of processes
21 ; Note: The user is mandatory. If the group is not set, the default user's group
24 group = @php_fpm_group@
45 ; and group can be specified either by name or by their numeric IDs.
46 ; Default Values: user and group are set as the running user
49 ;listen.group = @php_fpm_group@
52 ; these options, value is a comma separated list of user/group names.
53 ; When set, listen.owner and listen.group are ignored
74 ; or group is differrent than the master process user. It allows to create process
245 ; - remove a server from a group if it is not responding (load balancing);
H A Dconfig.m4532 PHP_ARG_WITH([fpm-group],,
533 [AS_HELP_STRING([[--with-fpm-group[=GRP]]],
534 [Set the group for php-fpm to run as. For a system user, this should
608 AC_DEFINE_UNQUOTED(PHP_FPM_GROUP, "$php_fpm_group", [fpm group name])
/PHP-7.4/ext/dba/
H A Ddba_inifile.c153 if (!dba->curr.key.group && !dba->curr.key.name) { in DBA_NEXTKEY_FUNC()
H A Ddba.c204 zval *group, *name; local
213 group = zend_hash_get_current_data_ex(Z_ARRVAL_P(key), &pos);
216 convert_to_string_ex(group);
218 if (Z_STRLEN_P(group) == 0) {
223 len = spprintf(key_str, 0, "[%s]%s", Z_STRVAL_P(group), Z_STRVAL_P(name));
/PHP-7.4/ext/standard/tests/file/
H A Dfilegroup_basic.phpt12 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfilegroup_variation2.phpt10 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfileperms_variation2.phpt10 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfilegroup_variation3.phpt8 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfileperms_variation3.phpt8 * Description: Returns the group ID of the file, or FALSE in case of an error.
/PHP-7.4/Zend/tests/
H A Dns_092.phpt2 Typed group use statements
/PHP-7.4/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt17 // group of escape sequences
H A Drsort_variation5.phpt17 // group of escape sequences
H A Drsort_variation3.phpt20 // group of various arrays
H A Dsort_variation5.phpt21 // group of escape sequences
H A Darsort_variation3.phpt20 // group of various arrays with indices
H A Dasort_variation3.phpt20 // group of various arrays with indices
H A Dsort_variation3.phpt22 // group of various arrays
/PHP-7.4/ext/posix/
H A Dposix.c992 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
1084 struct group *g; in PHP_FUNCTION()
1087 struct group gbuf; in PHP_FUNCTION()
1141 struct group _g; in PHP_FUNCTION()
1142 struct group *retgrptr = NULL; in PHP_FUNCTION()
1146 struct group *g; in PHP_FUNCTION()
/PHP-7.4/ext/dba/tests/
H A Dbug70825.phpt2 Bug #70825 (Cannot fetch multiple values with group in ini file)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c512 if (r->group == cs) break; in find_minlength()
520 this_recurse.group = cs; in find_minlength()
571 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
579 this_recurse.group = cs; in find_minlength()
657 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
663 this_recurse.group = cs; in find_minlength()
H A Dpcre2_compile.c8980 if (group > 0) in get_grouplength()
8985 if (group > 0) cb->groupinfo[group] |= GI_NOT_FIXED_LENGTH; in get_grouplength()
9037 uint32_t group = 0; in get_branchlength() local
9198 group = ng->number; in get_branchlength()
9204 if (group == 0) in get_branchlength()
9229 group = META_DATA(*pptr); in get_branchlength()
9230 if (group < 10) in get_branchlength()
9243 group = META_DATA(*pptr); in get_branchlength()
9247 if (group > cb->bracount) in get_branchlength()
9314 group = META_DATA(*pptr); in get_branchlength()
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc41 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 .\r\n");
42 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 ..\r\n");
43 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 public_ftp\r\n");
537 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
538 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
539 …fputs($fs, "modify=20170126121225;perm=adfrw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;…
/PHP-7.4/ext/soap/
H A Dphp_sdl.h170 sdlTypePtr group; /* pointer to group */ member
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt76 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/PHP-7.4/build/
H A Dshtool654 groupname=`(getent group) 2>/dev/null | \
658 groupname=`grep "^[^:]*:[^:]*:${groupid}:" /etc/group 2>/dev/null | \
661 groupname=`(ypcat group; niscat group) 2>/dev/null | \
665 groupname=`(nidump group .) 2>/dev/null | \

Completed in 88 milliseconds

1234