Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/standard/
H A Dfilestat.c299 struct group gr; in php_get_gid_by_name()
300 struct group *retgrptr; in php_get_gid_by_name()
316 struct group *gr = getgrnam(name); in php_get_gid_by_name()
331 zval *group; in php_do_chgrp() local
340 Z_PARAM_ZVAL(group) in php_do_chgrp()
348 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
350 value = &Z_LVAL_P(group); in php_do_chgrp()
353 value = Z_STRVAL_P(group); in php_do_chgrp()
376 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
377 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
[all …]
/PHP-7.3/ext/posix/tests/
H A Dposix_getgrgid_error.phpt28 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
47 -- Testing posix_getgrgid() function with a negative group id --
H A Dbug75696.phpt2 Bug #75696 (posix_getgrnam fails to print details of group)
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)
/PHP-7.3/ext/standard/tests/general_functions/
H A Disset_basic2.phpt19 echo "Test multiple scalar variables in a group\n";
44 Test multiple scalar variables in a group
/PHP-7.3/Zend/tests/
H A Dns_trailing_comma_error_06.phpt2 Unmixed group use declarations mustn't allow more than one comma
H A Dns_trailing_comma_error_07.phpt2 Unmixed group use declarations mustn't begin with a comma
H A Dns_trailing_comma_error_08.phpt2 Unmixed group use declarations mustn't contain two commas mid-list
H A Dns_088.phpt2 Nested group use statements syntax error
H A Dns_094.phpt2 Type group use declarations should not allow override on inner itens
H A Dns_trailing_comma_01.phpt2 Mixed group use declaration can contain trailing comma
H A Dns_trailing_comma_02.phpt2 Unmixed group use declaration can contain trailing comma
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI559 Resize group range area of region.
571 Return the group number list of the name.
580 2 name: group name.
581 3 name_end: terminate address of group name.
582 4 num_list: return list of group number.
592 normal return: group number.
596 2 name: group name.
597 3 name_end: terminate address of group name.
692 group: group number
706 Return noname group capture activity.
[all …]
/PHP-7.3/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.
/PHP-7.3/ext/sockets/tests/
H A Dbug63000.phpt17 "group" => '224.0.0.251',
/PHP-7.3/ext/mbstring/tests/
H A Dbug72710.phpt13 Warning: mb_ereg(): mbregex compile err: invalid group name <0> in %s on line %d
/PHP-7.3/ext/session/tests/
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
/PHP-7.3/ext/oci8/
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-7.3/
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-7.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.
/PHP-7.3/ext/dba/libinifile/
H A Dinifile.h23 char *group; member
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.h58 char *group; member

Completed in 100 milliseconds

12345