Home
last modified time | relevance | path

Searched refs:ZEND_SHORT_CIRCUITING_CHAIN_ISSET (Results 1 – 6 of 6) sorted by last modified time

/PHP-8.2/Zend/
H A Dzend_vm_execute.h5500 } else if (short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_ISSET) { in ZEND_JMP_NULL_SPEC_CONST_HANDLER()
19903 } else if (short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_ISSET) { in ZEND_JMP_NULL_SPEC_TMP_HANDLER()
22845 } else if (short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_ISSET) { in ZEND_JMP_NULL_SPEC_VAR_HANDLER()
40301 } else if (short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_ISSET) { in ZEND_JMP_NULL_SPEC_CV_HANDLER()
H A Dzend_vm_def.h7721 } else if (short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_ISSET) {
H A Dzend_compile.c2498 ast->kind == ZEND_AST_ISSET ? ZEND_SHORT_CIRCUITING_CHAIN_ISSET : in zend_short_circuiting_commit()
H A Dzend_compile.h391 #define ZEND_SHORT_CIRCUITING_CHAIN_ISSET 1 macro
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2737 } else if (short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_ISSET) { in _zend_update_type_info()
H A Dsccp.c1587 case ZEND_SHORT_CIRCUITING_CHAIN_ISSET: in sccp_visit_instr()

Completed in 251 milliseconds