Searched refs:grp (Results 1 – 16 of 16) sorted by relevance
/PHP-5.3/ext/posix/tests/ |
H A D | posix_getgrgid.phpt | 14 $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 D | posix_getgrgid_macosx.phpt | 17 $grp = posix_getgrgid(-1); 18 var_dump($grp['name']);
|
/PHP-5.3/ext/pdo/tests/ |
H A D | pdo_012.phpt | 17 $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 D | pdo_013.phpt | 17 $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 D | pdo_014.phpt | 19 $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 D | pdo_010.phpt | 21 $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 D | pdo_011.phpt | 17 $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.3/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 58 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.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetchobject.phpt | 37 protected $grp; 102 [%u|b%"grp":protected]=>
|
/PHP-5.3/ext/pdo/ |
H A D | pdo_stmt.c | 858 zval grp_val, *grp, **pgrp, *retval, *old_ctor_args = NULL; in do_fetch() local 1226 MAKE_STD_ZVAL(grp); in do_fetch() 1227 array_init(grp); in do_fetch() 1228 add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); in do_fetch() 1230 grp = *pgrp; in do_fetch() 1232 add_next_index_zval(grp, return_value); in do_fetch()
|
/PHP-5.3/sapi/thttpd/ |
H A D | thttpd_patch | 72 -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.3/win32/ |
H A D | php5dll.dsp | 1587 SOURCE=..\win32\grp.h
|
H A D | php5dllts.dsp | 2451 SOURCE=..\win32\grp.h
|
/PHP-5.3/ |
H A D | configure.in | 414 grp.h \
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 35395 PGroup grp; /* The global PGroup for mode (2) */ 35489 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) ); 35804 pcache1.grp.mxPinned = 10; 35856 pGroup = &pcache1.grp; 36206 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) ); 36210 pcache1EnterMutex(&pcache1.grp); 36217 pcache1LeaveMutex(&pcache1.grp); 36236 for(p=pcache1.grp.pLruHead; p; p=p->pLruNext){ 36239 *pnCurrent = pcache1.grp.nCurrentPage; 36240 *pnMax = pcache1.grp.nMaxPage; [all …]
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 15631 # Extension: .grp
|
Completed in 294 milliseconds