Home
last modified time | relevance | path

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

12345

/PHP-7.0/ext/dba/
H A Ddba_inifile.c155 if (!dba->curr.key.group && !dba->curr.key.name) { in DBA_NEXTKEY_FUNC()
H A Ddba.c206 zval *group, *name; local
215 group = zend_hash_get_current_data_ex(Z_ARRVAL_P(key), &pos);
218 convert_to_string_ex(group);
220 if (Z_STRLEN_P(group) == 0) {
225 len = spprintf(key_str, 0, "[%s]%s", Z_STRVAL_P(group), Z_STRVAL_P(name));
/PHP-7.0/Zend/tests/
H A Dns_092.phpt2 Typed group use statements
/PHP-7.0/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 ; Default Values: user and group are set as the running user
48 ;listen.group = @php_fpm_group@
51 ; these options, value is a comma separated list of user/group names.
52 ; When set, listen.owner and listen.group are ignored
73 ; or group is differrent than the master process user. It allows to create process
244 ; - remove a server from a group if it is not responding (load balancing);
H A Dconfig.m4579 PHP_ARG_WITH(fpm-group,,
580 [ --with-fpm-group[=GRP] Set the group for php-fpm to run as. For a system user, this
666 AC_DEFINE_UNQUOTED(PHP_FPM_GROUP, "$php_fpm_group", [fpm group name])
/PHP-7.0/ext/posix/
H A Dposix.c976 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
1059 struct group *g; in PHP_FUNCTION()
1062 struct group gbuf; in PHP_FUNCTION()
1110 struct group _g; in PHP_FUNCTION()
1111 struct group *retgrptr = NULL; in PHP_FUNCTION()
1115 struct group *g; in PHP_FUNCTION()
/PHP-7.0/ext/standard/tests/file/
H A Dfilegroup_variation2.phpt8 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfileperms_variation2.phpt8 * 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.0/ext/pcre/pcrelib/
H A Dpcre_study.c408 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
419 this_recurse.group = cs; in find_minlength()
447 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
456 this_recurse.group = cs; in find_minlength()
513 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
519 this_recurse.group = cs; in find_minlength()
H A DChangeLog26 another group caused a buffer overflow. For example:
51 11. If a non-capturing group containing a conditional group that could match
242 ovector too small to capture the group.
548 processing every parenthesized group.
745 group such as (a\Kb)*+ was not working.
1689 group 1 called group 2 while simultaneously a separate group 2 called group
1839 alternative in the innermost enclosing group".
2096 11. \K was not working if it appeared in an atomic group or in a group that
2242 the group uses the captured value from the final iteration of the group
2244 any group that contains a reference to itself to be an atomic group; that
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt22 // group of escape sequences
H A Drsort_variation5.phpt22 // group of escape sequences
H A Drsort_variation3.phpt20 // group of various arrays
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
H A Dsort_variation5.phpt26 // group of escape sequences
/PHP-7.0/ext/dba/tests/
H A Dbug70825.phpt2 Bug #70825 (Cannot fetch multiple values with group in ini file)
/PHP-7.0/
H A Dphp7.spec.in14 Packager: PHP Group <group@php.net>
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A DtestinputEBC76 /-- For repeated items, use an atomic group so that the output is the same
/PHP-7.0/ext/soap/
H A Dphp_sdl.h171 sdlTypePtr group; /* pointer to group */ member
/PHP-7.0/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 | \
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt83 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.

Completed in 123 milliseconds

12345