Home
last modified time | relevance | path

Searched refs:ZEND_SHORT_CIRCUITING_CHAIN_MASK (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_compile.h428 #define ZEND_SHORT_CIRCUITING_CHAIN_MASK 0x3 macro
H A Dzend_vm_def.h7783 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK;
H A Dzend_vm_execute.h5675 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CONST_HANDLER()
20411 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_TMP_HANDLER()
23352 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_VAR_HANDLER()
41382 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CV_HANDLER()
/PHP-8.4/Zend/Optimizer/
H A Dsccp.c1583 switch (opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK) { in sccp_visit_instr()
H A Dzend_inference.c2724 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in _zend_update_type_info()

Completed in 262 milliseconds