Home
last modified time | relevance | path

Searched refs:ZEND_FETCH_GLOBAL_LOCK (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.h917 #define ZEND_FETCH_GLOBAL_LOCK (1<<3) macro
H A Dzend_execute.c1958 if (EXPECTED(fetch_type & (ZEND_FETCH_GLOBAL_LOCK | ZEND_FETCH_GLOBAL))) { in zend_get_target_symbol_table()
H A Dzend_compile.c4107 opline->extended_value = ZEND_FETCH_GLOBAL_LOCK; in zend_compile_global_var()
H A Dzend_vm_def.h1844 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) {
H A Dzend_vm_execute.h8985 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
16681 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
45484 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.c408 } else if ((opline->extended_value & (ZEND_FETCH_GLOBAL | ZEND_FETCH_GLOBAL_LOCK)) && in zend_build_cfg()
H A Dzend_dump.c562 } else if (opline->extended_value & ZEND_FETCH_GLOBAL_LOCK) { in zend_dump_op()

Completed in 183 milliseconds