Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/pdo/tests/
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_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_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-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c58 struct group *grp; in fpm_unix_resolve_socket_premissions() local
60 grp = getgrnam(c->listen_group); in fpm_unix_resolve_socket_premissions()
61 if (!grp) { in fpm_unix_resolve_socket_premissions()
65 wp->socket_gid = grp->gr_gid; in fpm_unix_resolve_socket_premissions()
105 struct group *grp; in fpm_unix_conf_wp() local
107 grp = getgrnam(wp->config->group); in fpm_unix_conf_wp()
108 if (!grp) { in fpm_unix_conf_wp()
112 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt37 protected $grp;
102 [%u|b%"grp":protected]=>
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c858 zval grp_val, *grp, **pgrp, *retval, *old_ctor_args = NULL; in do_fetch() local
1224 MAKE_STD_ZVAL(grp); in do_fetch()
1225 array_init(grp); in do_fetch()
1226 add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); in do_fetch()
1228 grp = *pgrp; in do_fetch()
1230 add_next_index_zval(grp, return_value); in do_fetch()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch72 -for ac_hdr in fcntl.h grp.h memory.h paths.h poll.h sys/poll.h sys/event.h osreldate.h
73 +for ac_hdr in fcntl.h grp.h memory.h paths.h poll.h sys/poll.h sys/event.h osreldate.h netinet/tcp…
84 -AC_CHECK_HEADERS(fcntl.h grp.h memory.h paths.h poll.h sys/poll.h sys/event.h osreldate.h)
85 +AC_CHECK_HEADERS(fcntl.h grp.h memory.h paths.h poll.h sys/poll.h sys/event.h osreldate.h netinet/…
/PHP-5.5/win32/
H A Dphp5dll.dsp1575 SOURCE=..\win32\grp.h
H A Dphp5dllts.dsp2439 SOURCE=..\win32\grp.h
/PHP-5.5/
H A Dconfigure.in490 grp.h \
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c40043 PGroup grp; /* The global PGroup for mode (2) */
40122 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
40462 pcache1.grp.mxPinned = 10;
40519 pGroup = &pcache1.grp;
40935 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
40939 pcache1EnterMutex(&pcache1.grp);
40950 pcache1LeaveMutex(&pcache1.grp);
40969 for(p=pcache1.grp.pLruHead; p; p=p->pLruNext){
40973 *pnCurrent = pcache1.grp.nCurrentPage;
40974 *pnMax = (int)pcache1.grp.nMaxPage;
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8339 # Extension: .grp
18188 # Extension: .grp

Completed in 441 milliseconds