/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_constants_categories.phpt | 12 foreach ($constants as $group => $consts) { 15 if ('mysqli' != $group) 16 printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group);
|
/PHP-5.3/ext/dba/libinifile/ |
H A D | inifile.c | 53 if (key->group) { in inifile_key_free() 54 efree(key->group); in inifile_key_free() 123 key.group = estrdup(""); in inifile_key_split() 133 if (key->group && *key->group) { in inifile_key_string() 197 if (!ln->key.group) { in inifile_read() 230 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp() 232 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp() 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 D | inifile.h | 25 char *group; member
|
/PHP-5.3/ext/mbstring/oniguruma/doc/ |
H A D | RE | 10 (...) group 184 (?:subexp) not captured group 185 (subexp) captured group 200 (?>subexp) atomic group 208 group. 224 * Back reference by group number is forbidden if named group is defined 258 \g<name> call by group name 265 * Call by group number is forbidden if named group is defined in the pattern 274 10. Captured group 277 (But named group is not changed.) [all …]
|
H A D | API | 269 Resize group range area of region. 281 Return the group number list of the name. 290 2 name: group name. 291 3 name_end: terminate address of group name. 292 4 num_list: return list of group number. 302 normal return: group number. 306 2 name: group name. 307 3 name_end: terminate address of group name. 402 group: group number 416 Return noname group capture activity. [all …]
|
/PHP-5.3/ext/standard/tests/dir/ |
H A D | scandir_variation7.phpt | 37 /*1*/ 0477, // owner has read only, other and group has rwx 38 0677, // owner has rw only, other and group has rwx 43 /*5*/ 0400, // owner has read only, group and others have no permission 44 0600, // owner has rw only, group and others have no permission 46 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 47 0407, // owner has read only, other has rwx & group has no permission 49 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 50 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
H A D | opendir_variation7.phpt | 38 /*1*/ 0477, // owner has read only, other and group has rwx 39 0677, // owner has rw only, other and group has rwx 44 /*5*/ 0400, // owner has read only, group and others have no permission 45 0600, // owner has rw only, group and others have no permission 47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 48 0407, // owner has read only, other has rwx & group has no permission 50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
H A D | readdir_variation5.phpt | 38 /*1*/ 0477, // owner has read only, other and group has rwx 39 0677, // owner has rw only, other and group has rwx 44 /*5*/ 0400, // owner has read only, group and others have no permission 45 0600, // owner has rw only, group and others have no permission 47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 48 0407, // owner has read only, other has rwx & group has no permission 50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
H A D | dir_variation3.phpt | 40 /*1*/ 0477, // owner has read only, other and group has rwx 41 0677, // owner has rw only, other and group has rwx 46 /*5*/ 0400, // owner has read only, group and others have no permission 47 0600, // owner has rw only, group and others have no permission 49 /*7*/ 0470, // owner has read only, group has rwx & others have no permission 50 0407, // owner has read only, other has rwx & group has no permission 52 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission 53 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 58 struct group *grp; in fpm_unix_resolve_socket_premissions() 101 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp() 102 if (strlen(wp->config->group) == strspn(wp->config->group, "0123456789")) { in fpm_unix_conf_wp() 103 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp() 105 struct group *grp; in fpm_unix_conf_wp() 107 grp = getgrnam(wp->config->group); in fpm_unix_conf_wp() 109 … zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); in fpm_unix_conf_wp() 126 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
|
H A D | fpm_conf.h | 54 char *group; member
|
/PHP-5.3/ext/spl/examples/ |
H A D | ini_groups.php | 37 foreach($it as $group) { 38 echo "$group\n";
|
H A D | inigroups.inc | 31 * Construct an ini file group iterator from a filename. 40 * @return The current group. 47 * @return The current group.
|
/PHP-5.3/ext/soap/tests/schema/ |
H A D | schema041.phpt | 2 SOAP XML Schema 41: Structure (group) 10 <group ref="tns:testGroup"/> 12 <group name="testGroup"> 17 </group>
|
/PHP-5.3/TSRM/ |
H A D | tsrm_virtual_cwd.h | 194 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC); 282 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0 TSRMLS_CC) argument 284 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1 TSRMLS_CC) argument 330 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument 332 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regtrav.c | 45 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse() 57 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
|
/PHP-5.3/win32/ |
H A D | grp.h | 21 struct group { struct
|
/PHP-5.3/ext/posix/tests/ |
H A D | posix_getgrgid_error.phpt | 28 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n"; 47 -- Testing posix_getgrgid() function with a negative group id --
|
H A D | posix_getgid_error.phpt | 10 * Description: Get the current group id (POSIX.1, 4.2.1)
|
H A D | posix_getpgrp_error.phpt | 10 * Description: Get current process group id (POSIX.1, 4.3.1)
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | isset_basic2.phpt | 19 echo "Test multiple scalar variables in a group\n"; 44 Test multiple scalar variables in a group
|
/PHP-5.3/ext/standard/ |
H A D | filestat.c | 398 zval *group; in php_do_chgrp() local 402 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz/", &filename, &filename_len, &group) == F… in php_do_chgrp() 410 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp() 411 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp() 412 } else if (Z_TYPE_P(group) == IS_STRING) { in php_do_chgrp() 414 struct group gr; in php_do_chgrp() 415 struct group *retgrptr; in php_do_chgrp() 424 if (getgrnam_r(Z_STRVAL_P(group), &gr, grbuf, grbuflen, &retgrptr) != 0 || retgrptr == NULL) { in php_do_chgrp() 425 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find gid for %s", Z_STRVAL_P(group)); in php_do_chgrp() 432 struct group *gr = getgrnam(Z_STRVAL_P(group)); in php_do_chgrp() [all …]
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | chgrp.phpt | 2 chgrp() with NULL as group name
|
/PHP-5.3/ |
H A D | LICENSE | 20 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/session/tests/ |
H A D | bug42596.phpt | 2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
|