Home
last modified time | relevance | path

Searched refs:grp (Results 1 – 13 of 13) sorted by relevance

/PHP-7.0/ext/posix/tests/
H A Dposix_getgrgid.phpt14 $grp = posix_getgrgid(0);
15 if (!isset($grp['name'])) {
18 if (!isset($grp['passwd'])) {
21 if (!isset($grp['members'])) {
23 } elseif (!is_array($grp['members'])) {
26 if (count($grp['members']) > 0) {
27 foreach ($grp['members'] as $idx => $username) {
37 if (!isset($grp['gid'])) {
40 var_dump($grp['gid']);
H A Dposix_getgrgid_macosx.phpt17 $grp = posix_getgrgid(-1);
18 var_dump($grp['name']);
/PHP-7.0/ext/pdo/tests/
H A Dpdo_012.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
21 $SELECT = 'SELECT val, grp FROM test';
70 ["grp"]=>
77 ["grp"]=>
88 ["grp"]=>
95 ["grp"]=>
H A Dpdo_013.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
21 $SELECT = 'SELECT val, grp FROM test';
73 ["grp"]=>
80 ["grp"]=>
87 ["grp"]=>
94 ["grp"]=>
H A Dpdo_014.phpt19 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
22 $SELECT = 'SELECT val, grp FROM test';
77 ["grp"]=>
84 ["grp"]=>
H A Dpdo_010.phpt21 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, classtype int, val VARCHAR(10), grp VARCH…
27 $stmt = $db->prepare('SELECT classtypes.name, test.grp AS grp, test.id AS id, test.val AS val FROM …
H A Dpdo_011.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
37 $select1 = $db->prepare('SELECT grp, id FROM test');
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_unix.c124 struct group *grp; in fpm_unix_resolve_socket_premissions() local
131 grp = getgrnam(p); in fpm_unix_resolve_socket_premissions()
132 if (grp) { in fpm_unix_resolve_socket_premissions()
181 struct group *grp; in fpm_unix_resolve_socket_premissions() local
183 grp = getgrnam(c->listen_group); in fpm_unix_resolve_socket_premissions()
184 if (!grp) { in fpm_unix_resolve_socket_premissions()
188 wp->socket_gid = grp->gr_gid; in fpm_unix_resolve_socket_premissions()
287 struct group *grp; in fpm_unix_conf_wp() local
289 grp = getgrnam(wp->config->group); in fpm_unix_conf_wp()
290 if (!grp) { in fpm_unix_conf_wp()
[all …]
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt37 protected $grp;
102 [%u|b%"grp":protected]=>
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c1196 zval grp; in do_fetch() local
1198 array_init(&grp); in do_fetch()
1199 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1201 ZVAL_COPY_VALUE(&grp, pgrp); in do_fetch()
1203 zend_hash_next_index_insert(Z_ARRVAL(grp), return_value); in do_fetch()
/PHP-7.0/
H A Dconfigure.in490 grp.h \
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c44680 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
44781 assert( pCache->pGroup==&pcache1.grp );
45091 pcache1.grp.mxPinned = 10;
45130 pGroup = &pcache1.grp;
45578 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
45582 pcache1EnterMutex(&pcache1.grp);
45584 && (p=pcache1.grp.lru.pLruPrev)!=0
45595 pcache1LeaveMutex(&pcache1.grp);
45618 *pnCurrent = pcache1.grp.nCurrentPage;
45619 *pnMax = (int)pcache1.grp.nMaxPage;
[all …]
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic9459 # Extension: .grp
20972 # Extension: .grp

Completed in 567 milliseconds