Home
last modified time | relevance | path

Searched refs:zend_executor_globals (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_globals_macros.h24 typedef struct _zend_executor_globals zend_executor_globals; typedef
42 # define EG(v) ZEND_TSRMG_FAST(executor_globals_offset, zend_executor_globals *, v)
45 extern ZEND_API zend_executor_globals executor_globals;
H A Dzend.c254 … ZEND_INI_ALL, OnUpdateAssertions, assertions, zend_executor_globals, executor…
262 …e_args", "0", ZEND_INI_ALL, OnUpdateBool, exception_ignore_args, zend_executor_globals, executor_…
263 …OnSetExceptionStringParamMaxLen, exception_string_param_max_len, zend_executor_globals, executor_…
264 …NULL, ZEND_INI_ALL, OnUpdateFiberStackSize, fiber_stack_size, zend_executor_globals, executo…
267 …INI_SYSTEM, OnUpdateMaxAllowedStackSize, max_allowed_stack_size, zend_executor_globals, executor_…
269 …ZEND_INI_SYSTEM, OnUpdateReservedStackSize, reserved_stack_size, zend_executor_globals, executor_…
784 static void executor_globals_ctor(zend_executor_globals *executor_globals) /* {{{ */ in executor_globals_ctor()
831 static void executor_globals_dtor(zend_executor_globals *executor_globals) /* {{{ */ in executor_globals_dtor()
893 zend_executor_globals *executor_globals; in zend_startup()
990 …ts_allocate_fast_id(&executor_globals_id, &executor_globals_offset, sizeof(zend_executor_globals),… in zend_startup()
[all …]
H A Dzend_execute_API.c1482 zend_executor_globals *eg; in zend_timeout_handler()
1490 eg = (zend_executor_globals *)arg; in zend_timeout_handler()
1504 zend_executor_globals *eg; in zend_timeout_handler()
H A Dzend_compile.c89 ZEND_API zend_executor_globals executor_globals;
/PHP-8.3/
H A D.gdbinit15 set $eg = ((zend_executor_globals*) (*((void ***) $tsrm_ls))[executor_globals_id-1])
21 set $eg_ptr = (zend_executor_globals*) &executor_globals
H A DUPGRADING.INTERNALS43 zend_executor_globals and php_core_globals have changed to improve
/PHP-8.3/main/
H A Dmain.c773 …timeout", "2", PHP_INI_SYSTEM, OnUpdateLong, hard_timeout, zend_executor_globals, executor_…
2680 TSRM_ALIGNED_SIZE(sizeof(zend_executor_globals)) + in php_reserve_tsrm_memory()
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c82 zend_executor_globals *executor_globals;

Completed in 70 milliseconds