Home
last modified time | relevance | path

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

12

/PHP-8.0/TSRM/
H A Dtsrm_win32.c45 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 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-8.0/Zend/tests/arrow_functions/
H A D004.phpt2 Auto-globals in arrow functions
/PHP-8.0/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 Dxml.md254 ### vars / globals ###
/PHP-8.0/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
/PHP-8.0/ext/standard/tests/serialize/
H A Dserialize_globals_var_refs.phpt10 $globals = unserialize($s);
/PHP-8.0/ext/opcache/tests/
H A Dpreload_005.phpt2 Handling of auto globals during preloading
/PHP-8.0/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
/PHP-8.0/ext/session/tests/
H A D019.phpt2 serializing references test case using globals
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h71 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 Ddasm_mips.h72 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 Ddasm_ppc.h72 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 Ddasm_arm.h73 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 Ddasm_arm64.h73 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 Dphar_test.inc44 // globals
/PHP-8.0/ext/phar/tests/files/
H A Dphar_test.inc44 // globals
/PHP-8.0/ext/phar/
H A Dgdbhelp45 display phar globals
/PHP-8.0/Zend/
H A Dzend.c805 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 Dconfig.w32270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \

Completed in 47 milliseconds

12