Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 25 of 30) sorted by relevance

12

/php-src/TSRM/
H A Dtsrm_win32.c46 globals->process = NULL; in tsrm_win32_ctor()
47 globals->shm = NULL; in tsrm_win32_ctor()
48 globals->process_size = 0; in tsrm_win32_ctor()
49 globals->shm_size = 0; in tsrm_win32_ctor()
67 if (globals->process) { in tsrm_win32_dtor()
68 free(globals->process); in tsrm_win32_dtor()
71 if (globals->shm) { in tsrm_win32_dtor()
72 for (ptr = globals->shm; ptr < (globals->shm + globals->shm_size); ptr++) { in tsrm_win32_dtor()
76 free(globals->shm); in tsrm_win32_dtor()
79 free(globals->comspec); in tsrm_win32_dtor()
[all …]
/php-src/Zend/tests/
H A Dglobals_004.phpt2 globals in local scope - 3
9 include __DIR__."/globals.inc";
H A Dflexible-heredoc-nowdoc-lineno.phpt2 Flexible heredoc lineno: ensure the compiler globals line number is correct
H A Dglobals_001.phpt2 globals in global scope
H A Dglobals_002.phpt2 globals in local scope
H A Dglobals_003.phpt2 globals in local scope - 2
/php-src/Zend/tests/arrow_functions/
H A D004.phpt2 Auto-globals in arrow functions
/php-src/sapi/phpdbg/
H A Dphpdbg_info.h33 PHPDBG_INFO(globals);
H A Dphpdbg_info.c39 …PHPDBG_INFO_COMMAND_D(globals, "show superglobals", 'g', info_globals, NULL, 0, PH…
299 PHPDBG_INFO(globals) /* {{{ */ in PHPDBG_INFO() argument
H A Dphpdbg_watch.c315 zend_phpdbg_globals *globals = (zend_phpdbg_globals *) phpdbg_globals; local
318 while (read(globals->watch_userfaultfd, &fault_msg, sizeof(fault_msg)) == sizeof(fault_msg)) {
320 zend_hash_index_add_empty_element(globals->watchlist_mem, (zend_ulong) page);
328 ioctl(globals->watch_userfaultfd, UFFDIO_WRITEPROTECT, &unprotect);
/php-src/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals cannot be used in __destruct())
/php-src/ext/opcache/tests/
H A Dpreload_005.phpt2 Handling of auto globals during preloading
/php-src/ext/standard/tests/serialize/
H A Dserialize_globals_var_refs.phpt10 $globals = unserialize($s);
/php-src/ext/soap/tests/bugs/
H A Dbug75306.phpt8 // Need a warm-up for globals
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h72 void **globals; /* Array of globals. */ member
97 D->globals = NULL; in dasm_init()
119 D->globals = gl; in dasm_setupglobal()
348 n = (int)((ptrdiff_t)D->globals[-n-10] - (ptrdiff_t)cp); in dasm_encode()
367 ins &= 2047; if (ins >= 20) D->globals[ins-20] = (void *)(base + n); in dasm_encode()
H A Ddasm_ppc.h72 void **globals; /* Array of globals. */ member
97 D->globals = NULL; in dasm_init()
119 D->globals = gl; in dasm_setupglobal()
352 n = (int)((ptrdiff_t)D->globals[-n-10] - (ptrdiff_t)cp); in dasm_encode()
366 ins &= 2047; if (ins >= 20) D->globals[ins-20] = (void *)(base + n); in dasm_encode()
H A Ddasm_arm.h73 void **globals; /* Array of globals. */ member
98 D->globals = NULL; in dasm_init()
120 D->globals = gl; in dasm_setupglobal()
370 n = (int)((ptrdiff_t)D->globals[-n-10] - (ptrdiff_t)cp - 4); in dasm_encode()
394 ins &= 2047; if (ins >= 20) D->globals[ins-20] = (void *)(base + n); in dasm_encode()
H A Ddasm_x86.h71 void **globals; /* Array of globals. */ member
99 D->globals = NULL; in dasm_init()
121 D->globals = gl; in dasm_setupglobal()
472 b++; n = (int)(ptrdiff_t)D->globals[-n-10]; in dasm_encode()
486 if (n < 0) { dasma((ptrdiff_t)D->globals[-n-10]); break; } in dasm_encode()
496 D->globals[idx-10] = (void *)(base + (*p == DASM_SETLABEL ? *b : n)); in dasm_encode()
H A Ddasm_arm64.h75 void **globals; /* Array of globals. */ member
103 D->globals = NULL; in dasm_init()
125 D->globals = gl; in dasm_setupglobal()
454 ptrdiff_t na = (ptrdiff_t)D->globals[-n-10] - (ptrdiff_t)cp + 4; in dasm_encode()
497 ins &= 2047; if (ins >= 20) D->globals[ins-20] = (void *)(base + n); in dasm_encode()
/php-src/ext/session/tests/
H A D019.phpt2 serializing references test case using globals
/php-src/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
/php-src/ext/phar/tests/files/
H A Dphar_test.inc44 // globals
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_test.inc44 // globals
/php-src/ext/mysqli/tests/
H A Dbug34810.phpt16 /* Pass false as $connect_flags cannot be accessed via globals. */
/php-src/ext/phar/
H A Dgdbhelp45 display phar globals

Completed in 39 milliseconds

12