Home
last modified time | relevance | path

Searched refs:group (Results 26 – 50 of 88) sorted by relevance

1234

/PHP-5.3/ext/dba/
H A DREADME37 can pass arrays of the form array(0=>group,1=>value_name) or
38 strings of the form "[group]value_name" where group is optional.
H A Ddba_inifile.c155 if (!dba->curr.key.group && !dba->curr.key.name) { in DBA_NEXTKEY_FUNC()
H A Ddba.c205 zval **group, **name; local
214 zend_hash_get_current_data_ex(Z_ARRVAL_P(key), (void **) &group, &pos);
217 convert_to_string_ex(group);
219 if (Z_STRLEN_PP(group) == 0) {
224 len = spprintf(key_str, 0, "[%s]%s", Z_STRVAL_PP(group), Z_STRVAL_PP(name));
/PHP-5.3/ext/mysql/tests/
H A Dmysql_constants.phpt39 foreach ($constants as $group => $consts) {
/PHP-5.3/ext/phar/
H A DLICENSE20 written permission, please contact group@php.net.
24 from group@php.net. You may indicate that your software works in
62 The PHP Group can be contacted via Email at group@php.net.
/PHP-5.3/ext/standard/tests/file/
H A Dfilegroup_error.phpt6 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfilegroup_variation1.phpt13 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfileperms_variation1.phpt13 * Description: Returns the group ID of the file, or FALSE in case of an error.
H A Dfilegroup_basic.phpt12 * Description: Returns the group ID of the file, or FALSE in case of an error.
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-5.3/ext/posix/tests/
H A Dposix_getpgid_error.phpt12 …* Description: Get the process group id of the specified process (This is not a POSIX function, bu…
/PHP-5.3/ext/posix/
H A Dposix.c924 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
1009 struct group *g; in PHP_FUNCTION()
1012 struct group gbuf; in PHP_FUNCTION()
1060 struct group _g; in PHP_FUNCTION()
1061 struct group *retgrptr = NULL; in PHP_FUNCTION()
1065 struct group *g; in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/array/
H A Dnatcasesort_variation4.phpt22 // group of escape sequences
H A Darray_change_key_case_variation8.phpt22 // group of escape sequences
H A Drsort_variation5.phpt22 // group of escape sequences
/PHP-5.3/
H A Dphp5.spec.in14 Packager: PHP Group <group@php.net>
/PHP-5.3/ext/sqlite/libsqlite/
H A DREADME36 http://groups.yahoo.com/group/sqlite/
/PHP-5.3/ext/soap/
H A Dphp_sdl.h171 sdlTypePtr group; /* pointer to group */ member
/PHP-5.3/sapi/fpm/
H A Dconfig.m4558 PHP_ARG_WITH(fpm-group,,
559 [ --with-fpm-group[=GRP] Set the group for php-fpm to run as. For a system user, this
584 AC_DEFINE_UNQUOTED(PHP_FPM_GROUP, "$php_fpm_group", [fpm group name])
H A Dphp-fpm.conf.in137 ; Unix user/group of processes
138 ; Note: The user is mandatory. If the group is not set, the default user's group
141 group = @php_fpm_group@
160 ; Default Values: user and group are set as the running user
163 ;listen.group = @php_fpm_group@
348 ; - remove a server from a group if it is not responding (load balancing);
/PHP-5.3/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-5.3/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 64 milliseconds

1234