Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_inference.c2724 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in _zend_update_type_info() local
/php-src/Zend/
H A Dzend_vm_def.h7766 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; variable
H A Dzend_vm_execute.h5658 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CONST_HANDLER() local
20377 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_TMP_HANDLER() local
23301 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_VAR_HANDLER() local
41314 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CV_HANDLER() local

Completed in 184 milliseconds