Home
last modified time | relevance | path

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

1234

/php-src/sapi/fpm/
H A Dwww.conf.in20 ; Unix user/group of the child processes. This can be used only if the master
22 ; The user and group can be specified either by their name or by their numeric
27 ; If the group is not set, the user's group is used.
29 group = @php_fpm_group@
50 ; and group can be specified either by name or by their numeric IDs.
51 ; Default Values: Owner is set to the master process running user. If the group
52 ; is not set, the owner's group is used. Mode is set to 0660.
54 ;listen.group = @php_fpm_group@
58 ; these options, value is a comma separated list of user/group names.
59 ; When set, listen.owner and listen.group are ignored
[all …]
/php-src/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt12 // group of escape sequences
H A Drsort_variation5.phpt12 // group of escape sequences
H A Drsort_variation3.phpt15 // group of various arrays
H A Dsort_variation5.phpt15 // group of escape sequences
H A Darsort_variation3.phpt14 // group of various arrays with indices
H A Dasort_variation3.phpt14 // group of various arrays with indices
H A Dsort_variation3.phpt16 // group of various arrays
H A Darsort_variation5.phpt15 // group of escape sequences
H A Dasort_variation5.phpt15 // group of escape sequences
/php-src/ext/dba/tests/
H A Ddba_array_keys_errors.phpt36 var_dump(dba_insert(['group', $o], 'Test', $db));
H A Dbug70825.phpt2 Bug #70825 (Cannot fetch multiple values with group in ini file)
/php-src/ext/posix/
H A Dposix.c656 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
784 struct group *g; in PHP_FUNCTION()
787 struct group gbuf; in PHP_FUNCTION()
846 struct group _g; in PHP_FUNCTION()
847 struct group *retgrptr = NULL; in PHP_FUNCTION()
851 struct group *g; in PHP_FUNCTION()
/php-src/Zend/tests/
H A Dns_092.phpt2 Typed group use statements
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c515 if (r->group == cs) break; in find_minlength()
523 this_recurse.group = cs; in find_minlength()
574 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
582 this_recurse.group = cs; in find_minlength()
660 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
666 this_recurse.group = cs; in find_minlength()
H A Dpcre2_compile.c9407 if (group > 0) in get_grouplength()
9472 uint32_t group = 0; in get_branchlength() local
9640 group = ng->number; in get_branchlength()
9646 if (group == 0) in get_branchlength()
9671 group = META_DATA(*pptr); in get_branchlength()
9672 if (group < 10) in get_branchlength()
9685 group = META_DATA(*pptr); in get_branchlength()
9689 if (group > cb->bracount) in get_branchlength()
9757 group = META_DATA(*pptr); in get_branchlength()
10756 rgroup = rc[p].group; in pcre2_compile()
[all …]
/php-src/ext/dba/
H A Ddba_inifile.c163 if (!dba->curr.key.group && !dba->curr.key.name) { in DBA_NEXTKEY_FUNC()
/php-src/ext/openssl/
H A Dopenssl.c872 NCONF_get_number(conf, group, name, &res); in php_openssl_conf_get_number()
4359 EC_GROUP *group = NULL; in php_openssl_pkey_init_legacy_ec() local
4396 if (!(point_g = EC_POINT_new(group))) { in php_openssl_pkey_init_legacy_ec()
4441 if (!EC_KEY_set_group(eckey, group)) { in php_openssl_pkey_init_legacy_ec()
4455 point_q = EC_POINT_new(group); in php_openssl_pkey_init_legacy_ec()
4461 point_q = EC_POINT_new(group); in php_openssl_pkey_init_legacy_ec()
4482 EC_GROUP_free(group); in php_openssl_pkey_init_legacy_ec()
4508 EC_GROUP *group = NULL; in php_openssl_pkey_init_ec() local
4622 point_q = EC_POINT_new(group); in php_openssl_pkey_init_ec()
4629 point_q = EC_POINT_new(group); in php_openssl_pkey_init_ec()
[all …]
/php-src/.github/workflows/
H A Dnightly.yml69 echo "::group::Show host CPU info"
72 echo "::group::Show installed package versions"
154 echo "::group::Show host CPU info"
157 echo "::group::Show installed package versions"
243 echo "::group::Show host CPU info"
246 echo "::group::Show installed package versions"
510 php vendor/bin/phpunit --exclude-group skip || EXIT_CODE=$?
552 … $c = str_replace("public function testSanitizeDeepNestedString()", "/** @group skip */\n publi…
554 …c = str_replace("public function testCastNonTrailingCharPointer()", "/** @group skip */\n publi…
558 …php ./phpunit $component --exclude-group tty,benchmark,intl-data,transient --exclude-group skip ||…
H A Dpush.yml36 group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
89 echo "::group::Show host CPU info"
92 echo "::group::Show installed package versions"
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt69 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/php-src/ext/soap/
H A Dphp_sdl.h168 sdlTypePtr group; /* pointer to group */ member
/php-src/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-src/scripts/dev/
H A Dmakedist187 "$tar" cf "$prefix".tar --owner=0 --group=0 --numeric-owner --sort=name "$prefix"
/php-src/ext/standard/
H A Dfilestat.c278 struct group gr; in php_get_gid_by_name()
279 struct group *retgrptr; in php_get_gid_by_name()
307 struct group *gr = getgrnam(name); in php_get_gid_by_name()

Completed in 95 milliseconds

1234