Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/tests/file/
H A Dchgrp.phpt2 chgrp() with NULL as group name
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.
/PHP-5.5/ext/pcre/tests/
H A Dmatch_flags3.phpt45 Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %…
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at off…
/PHP-5.5/
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.5/ext/posix/tests/
H A Dposix_getgid_error.phpt10 * Description: Get the current group id (POSIX.1, 4.2.1)
H A Dposix_getpgrp_error.phpt10 * Description: Get current process group id (POSIX.1, 4.3.1)
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.5/ext/session/tests/
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.h25 char *group; member
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.h58 char *group; member
/PHP-5.5/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.c154 if (!dba->curr.key.group && !dba->curr.key.name) { in DBA_NEXTKEY_FUNC()
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING359 reference number if the reference is to a unique capturing group (either by
361 group with the same name. In this case, a reference by name generates OP_DNREF
363 in the group name table of the first entry for the requred name, followed by
449 When a repeated group (capturing or non-capturing) is marked as possessive by
452 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum
453 repetition is zero, the group is preceded by OP_BRAPOSZERO.
462 for when there is a backtrack to before the group - any captures within the
463 group must be reset, so it is necessary to retain backtracking points inside
464 the group even after it is complete in order to do this. When there are no
493 reference number, provided that the reference is to a unique capturing group.
[all …]
H A Dpcre_study.c410 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
421 this_recurse.group = cs; in find_minlength()
449 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
458 this_recurse.group = cs; in find_minlength()
515 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength()
521 this_recurse.group = cs; in find_minlength()
/PHP-5.5/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.5/ext/mysql/tests/
H A Dmysql_constants.phpt39 foreach ($constants as $group => $consts) {
/PHP-5.5/ext/posix/
H A Dposix.c914 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
994 struct group *g; in PHP_FUNCTION()
997 struct group gbuf; in PHP_FUNCTION()
1045 struct group _g; in PHP_FUNCTION()
1046 struct group *retgrptr = NULL; in PHP_FUNCTION()
1050 struct group *g; in PHP_FUNCTION()
/PHP-5.5/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

Completed in 42 milliseconds

1234