Home
last modified time | relevance | path

Searched refs:executor_globals_offset (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_globals_macros.h42 # define EG(v) ZEND_TSRMG_FAST(executor_globals_offset, zend_executor_globals *, v)
H A Dzend_globals.h49 ZEND_API extern size_t executor_globals_offset;
H A Dzend.c42 ZEND_API size_t executor_globals_offset; variable
884 …ts_allocate_fast_id(&executor_globals_id, &executor_globals_offset, sizeof(zend_executor_globals),… in zend_startup()

Completed in 14 milliseconds