Home
last modified time | relevance | path

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

1234

/php-src/ext/posix/tests/
H A Dposix_getgrgid_error.phpt13 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
22 -- Testing posix_getgrgid() function with a negative group id --
H A Dbug75696.phpt2 Bug #75696 (posix_getgrnam fails to print details of group)
/php-src/ext/ftp/tests/
H A Dftp_mlsd.phpt40 ["UNIX.group"]=>
59 ["UNIX.group"]=>
80 ["UNIX.group"]=>
/php-src/Zend/
H A Dzend_virtual_cwd.h198 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
292 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
294 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
347 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
349 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/php-src/ext/standard/tests/general_functions/
H A Disset_basic2.phpt15 echo "Test multiple scalar variables in a group\n";
39 Test multiple scalar variables in a group
/php-src/ext/sockets/tests/
H A Dbug63000.phpt11 "group" => '224.0.0.251',
/php-src/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_08.phpt2 Unmixed group use declarations mustn't contain two commas mid-list
H A Dns_trailing_comma_error_07.phpt2 Unmixed group use declarations mustn't begin with a comma
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 items
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-src/Zend/tests/type_declarations/
H A Dtyped_properties_025.phpt2 Test typed properties type must precede first declaration in group
H A Dtyped_properties_018.phpt2 Test typed properties type applies to all props in group
/php-src/ext/mbstring/tests/
H A Dbug72710.phpt14 Warning: mb_ereg(): mbregex compile err: invalid group name <0> in %s on line %d
/php-src/ext/standard/tests/file/
H A Dchgrp.phpt2 chgrp() with NULL as group name
/php-src/
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-src/ext/dba/libinifile/
H A Dinifile.h21 char *group; member
/php-src/ext/session/tests/
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.h58 char *group; member
/php-src/ext/pcntl/tests/
H A Dpcntl_getpriority_error_darwin.phpt46 pcntl_getpriority(): Argument #1 ($process_id) is not a valid process, process group, or user ID
H A Dpcntl_setpriority_error_darwin.phpt47 pcntl_setpriority(): Argument #2 ($process_id) is not a valid process, process group, or user ID
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation4.phpt12 // group of escape sequences
/php-src/sapi/fpm/
H A Dconfig.m4366 PHP_ARG_WITH([fpm-group],,
367 [AS_HELP_STRING([[--with-fpm-group[=GRP]]],
368 [Set the group for php-fpm to run as. For a system user, this should
425 dnl *BSD has acl_* built into libc, macOS doesn't have user/group support.
428 [AC_CACHE_CHECK([for ACL user/group permissions support],
432 acl_entry_t user, group;
436 acl_create_entry(&acl, &group);

Completed in 41 milliseconds

1234