Searched refs:compiler_globals_offset (Results 1 – 4 of 4) sorted by relevance
34 # define CG(v) ZEND_TSRMG_FAST(compiler_globals_offset, zend_compiler_globals *, v)
55 ZEND_API extern size_t compiler_globals_offset;
54 ZEND_API size_t compiler_globals_offset; variable1020 …ts_allocate_fast_id(&compiler_globals_id, &compiler_globals_offset, sizeof(zend_compiler_globals),… in zend_startup()
187 (compiler_globals_offset + offsetof(zend_compiler_globals, field))
Completed in 52 milliseconds