Searched refs:globals (Results 1 – 25 of 28) sorted by relevance
12
/PHP-8.0/TSRM/ |
H A D | tsrm_win32.c | 45 globals->process = NULL; in tsrm_win32_ctor() 46 globals->shm = NULL; in tsrm_win32_ctor() 47 globals->process_size = 0; in tsrm_win32_ctor() 48 globals->shm_size = 0; in tsrm_win32_ctor() 66 if (globals->process) { in tsrm_win32_dtor() 67 free(globals->process); in tsrm_win32_dtor() 70 if (globals->shm) { in tsrm_win32_dtor() 71 for (ptr = globals->shm; ptr < (globals->shm + globals->shm_size); ptr++) { in tsrm_win32_dtor() 77 free(globals->shm); in tsrm_win32_dtor() 80 free(globals->comspec); in tsrm_win32_dtor() [all …]
|
/PHP-8.0/Zend/tests/ |
H A D | globals_004.phpt | 2 globals in local scope - 3 9 include __DIR__."/globals.inc";
|
H A D | flexible-heredoc-nowdoc-lineno.phpt | 2 Flexible heredoc lineno: ensure the compiler globals line number is correct
|
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-8.0/Zend/tests/arrow_functions/ |
H A D | 004.phpt | 2 Auto-globals in arrow functions
|
/PHP-8.0/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 | xml.md | 254 ### vars / globals ###
|
/PHP-8.0/tests/lang/ |
H A D | bug24908.phpt | 2 Bug #24908 (super-globals can not be used in __destruct())
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | serialize_globals_var_refs.phpt | 10 $globals = unserialize($s);
|
/PHP-8.0/ext/opcache/tests/ |
H A D | preload_005.phpt | 2 Handling of auto globals during preloading
|
/PHP-8.0/tests/classes/ |
H A D | destructor_and_globals.phpt | 2 ZE2 accessing globals from destructor in shutdown
|
/PHP-8.0/ext/session/tests/ |
H A D | 019.phpt | 2 serializing references test case using globals
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.h | 71 void **globals; /* Array of globals (bias -10). */ member 100 D->globals = NULL; in dasm_init() 127 D->globals = gl - 10; /* Negative bias to compensate for locals. */ in dasm_setupglobal() 434 b++; n = (int)(ptrdiff_t)D->globals[-n]; in dasm_encode() 445 p++; if (n < 0) { n = (int)(ptrdiff_t)D->globals[-n]; goto wd; } in dasm_encode() 454 dasmq((ptrdiff_t)D->globals[-n]); in dasm_encode() 464 D->globals[idx] = (void *)(base + (*p == DASM_SETLABEL ? *b : n)); in dasm_encode()
|
H A D | dasm_mips.h | 72 void **globals; /* Array of globals (bias -10). */ member 98 D->globals = NULL; in dasm_init() 125 D->globals = gl - 10; /* Negative bias to compensate for locals. */ in dasm_setupglobal() 367 ins &= 2047; if (ins >= 20) D->globals[ins-10] = (void *)(base + n); in dasm_encode()
|
H A D | dasm_ppc.h | 72 void **globals; /* Array of globals (bias -10). */ member 98 D->globals = NULL; in dasm_init() 125 D->globals = gl - 10; /* Negative bias to compensate for locals. */ in dasm_setupglobal() 367 ins &= 2047; if (ins >= 20) D->globals[ins-10] = (void *)(base + n); in dasm_encode()
|
H A D | dasm_arm.h | 73 void **globals; /* Array of globals (bias -10). */ member 99 D->globals = NULL; in dasm_init() 126 D->globals = gl - 10; /* Negative bias to compensate for locals. */ in dasm_setupglobal() 394 ins &= 2047; if (ins >= 20) D->globals[ins-10] = (void *)(base + n); in dasm_encode()
|
H A D | dasm_arm64.h | 73 void **globals; /* Array of globals (bias -10). */ member 99 D->globals = NULL; in dasm_init() 126 D->globals = gl - 10; /* Negative bias to compensate for locals. */ in dasm_setupglobal() 451 ins &= 2047; if (ins >= 20) D->globals[ins-10] = (void *)(base + n); in dasm_encode()
|
/PHP-8.0/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 44 // globals
|
/PHP-8.0/ext/phar/tests/files/ |
H A D | phar_test.inc | 44 // globals
|
/PHP-8.0/ext/phar/ |
H A D | gdbhelp | 45 display phar globals
|
/PHP-8.0/Zend/ |
H A D | zend.c | 805 zval globals; in php_auto_globals_create_globals() local 808 ZVAL_ARR(&globals, &EG(symbol_table)); in php_auto_globals_create_globals() 809 Z_TYPE_FLAGS_P(&globals) = 0; in php_auto_globals_create_globals() 810 ZVAL_NEW_REF(&globals, &globals); in php_auto_globals_create_globals() 811 zend_hash_update(&EG(symbol_table), name, &globals); in php_auto_globals_create_globals()
|
/PHP-8.0/win32/build/ |
H A D | config.w32 | 270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
|
Completed in 48 milliseconds
12