/php-src/TSRM/ |
H A D | tsrm_win32.c | 46 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 D | globals_004.phpt | 2 globals in local scope - 3 9 include __DIR__."/globals.inc";
|
H A D | globals_001.phpt | 2 globals in global scope
|
H A D | globals_002.phpt | 2 globals in local scope
|
H A D | globals_003.phpt | 2 globals in local scope - 2
|
/php-src/Zend/tests/arrow_functions/ |
H A D | 004.phpt | 2 Auto-globals in arrow functions
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_info.h | 33 PHPDBG_INFO(globals);
|
H A D | phpdbg_info.c | 39 …PHPDBG_INFO_COMMAND_D(globals, "show superglobals", 'g', info_globals, NULL, 0, PH… 299 PHPDBG_INFO(globals) /* {{{ */ in PHPDBG_INFO() argument
|
H A D | phpdbg_watch.c | 315 zend_phpdbg_globals *globals = (zend_phpdbg_globals *) phpdbg_globals_ptr; 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 D | bug24908.phpt | 2 Bug #24908 (super-globals cannot be used in __destruct())
|
/php-src/ext/opcache/tests/ |
H A D | preload_005.phpt | 2 Handling of auto globals during preloading
|
/php-src/ext/standard/tests/serialize/ |
H A D | serialize_globals_var_refs.phpt | 10 $globals = unserialize($s);
|
/php-src/Zend/tests/heredoc_nowdoc/ |
H A D | flexible-heredoc-nowdoc-lineno.phpt | 2 Flexible heredoc lineno: ensure the compiler globals line number is correct
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug75306.phpt | 8 // Need a warm-up for globals
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_mips.h | 72 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 D | dasm_ppc.h | 72 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 D | dasm_arm.h | 73 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 D | dasm_x86.h | 71 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 D | dasm_arm64.h | 75 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 D | 019.phpt | 2 serializing references test case using globals
|
/php-src/tests/classes/ |
H A D | destructor_and_globals.phpt | 2 ZE2 accessing globals from destructor in shutdown
|
/php-src/ext/phar/tests/files/ |
H A D | phar_test.inc | 44 // globals
|
/php-src/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 44 // globals
|
/php-src/ext/mysqli/tests/ |
H A D | bug34810.phpt | 16 /* Pass false as $connect_flags cannot be accessed via globals. */
|
/php-src/ext/phar/ |
H A D | gdbhelp | 45 display phar globals
|