Home
last modified time | relevance | path

Searched defs:short_circuiting_type (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c2729 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in _zend_update_type_info() local
/PHP-8.3/Zend/
H A Dzend_vm_def.h7708 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; variable
H A Dzend_vm_execute.h5407 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CONST_HANDLER() local
19787 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_TMP_HANDLER() local
22729 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_VAR_HANDLER() local
40175 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CV_HANDLER() local

Completed in 201 milliseconds