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.h7726 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; variable
H A Dzend_vm_execute.h5508 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CONST_HANDLER() local
19909 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_TMP_HANDLER() local
22851 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_VAR_HANDLER() local
40307 uint32_t short_circuiting_type = opline->extended_value & ZEND_SHORT_CIRCUITING_CHAIN_MASK; in ZEND_JMP_NULL_SPEC_CV_HANDLER() local

Completed in 346 milliseconds