Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 93) sorted by path

1234

/PHP-7.4/
H A DCONTRIBUTING.md364 modified several unrelated files, commit each group separately and provide a
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.
H A DNEWS960 . Implement request #77062 (Allow numeric [UG]ID in FPM listen.{owner,group})
/PHP-7.4/Zend/tests/
H A Dns_088.phpt2 Nested group use statements syntax error
H A Dns_092.phpt2 Typed group use statements
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
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
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_018.phpt2 Test typed properties type applies to all props in group
H A Dtyped_properties_025.phpt2 Test typed properties type must preceed first declaration in group
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1408 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown() argument
1421 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
1426 ret = chown(new_state.cwd, owner, group); in virtual_chown()
H A Dzend_virtual_cwd.h188 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
281 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
283 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
336 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
338 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/PHP-7.4/azure/
H A Dcommunity_job.yml70 php ./phpunit --exclude-group tty,benchmark,intl-data,transient
/PHP-7.4/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-7.4/ext/dba/
H A Ddba.c204 zval *group, *name; local
213 group = zend_hash_get_current_data_ex(Z_ARRVAL_P(key), &pos);
216 convert_to_string_ex(group);
218 if (Z_STRLEN_P(group) == 0) {
223 len = spprintf(key_str, 0, "[%s]%s", Z_STRVAL_P(group), Z_STRVAL_P(name));
H A Ddba_inifile.c153 if (!dba->curr.key.group && !dba->curr.key.name) { in DBA_NEXTKEY_FUNC()
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c52 if (key->group) { in inifile_key_free()
53 efree(key->group); in inifile_key_free()
122 key.group = estrdup(""); in inifile_key_split()
132 if (key->group && *key->group) { in inifile_key_string()
229 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
231 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp()
253 ln.key.group = estrdup(dba->next.key.group); in inifile_fetch()
303 ln.key.group = estrdup(dba->curr.key.group ? dba->curr.key.group : ""); in inifile_nextkey()
338 if (key->group && strlen(key->group)) { in inifile_find_group()
372 ln.key.group = estrdup(key->group); in inifile_next_group()
[all …]
H A Dinifile.h23 char *group; member
/PHP-7.4/ext/dba/tests/
H A Dbug70825.phpt2 Bug #70825 (Cannot fetch multiple values with group in ini file)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2457 # group name null terminated
2458 >>297 string >\0 \b, group %-.32s
13462 # Build engine group files (Duke Nukem, Shadow Warrior, ...)
13465 0 string KenSilverman Build engine group file
15582 >>>8 leshort 3 \bbi-level group 3
15583 >>>8 leshort 4 \bbi-level group 4
15829 1 string PC\ Research,\ Inc group 3 fax data
18094 # System ID, UUID and volume group name are 128 bytes long
27412 >0x00003B byte 0x17 (group of variable)
28764 # Summary: Windows 3.1 group files
[all …]
H A Dmagic私はガラスを食べられます2457 # group name null terminated
2458 >>297 string >\0 \b, group %-.32s
13462 # Build engine group files (Duke Nukem, Shadow Warrior, ...)
13465 0 string KenSilverman Build engine group file
15582 >>>8 leshort 3 \bbi-level group 3
15583 >>>8 leshort 4 \bbi-level group 4
15829 1 string PC\ Research,\ Inc group 3 fax data
18094 # System ID, UUID and volume group name are 128 bytes long
27412 >0x00003B byte 0x17 (group of variable)
28764 # Summary: Windows 3.1 group files
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dftp_mlsd.phpt41 ["UNIX.group"]=>
60 ["UNIX.group"]=>
81 ["UNIX.group"]=>

Completed in 204 milliseconds

1234