Home
last modified time | relevance | path

Searched refs:ZEND_SHORT_CIRCUITING_CHAIN_EMPTY (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/
H A Dzend_compile.h392 #define ZEND_SHORT_CIRCUITING_CHAIN_EMPTY 2 macro
H A Dzend_vm_def.h7742 ZEND_ASSERT(short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_EMPTY);
H A Dzend_compile.c2500 ast->kind == ZEND_AST_EMPTY ? ZEND_SHORT_CIRCUITING_CHAIN_EMPTY : in zend_short_circuiting_commit()
H A Dzend_vm_execute.h5521 ZEND_ASSERT(short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_EMPTY); in ZEND_JMP_NULL_SPEC_CONST_HANDLER()
19924 ZEND_ASSERT(short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_EMPTY); in ZEND_JMP_NULL_SPEC_TMP_HANDLER()
22866 ZEND_ASSERT(short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_EMPTY); in ZEND_JMP_NULL_SPEC_VAR_HANDLER()
40322 ZEND_ASSERT(short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_EMPTY); in ZEND_JMP_NULL_SPEC_CV_HANDLER()
/php-src/Zend/Optimizer/
H A Dsccp.c1590 case ZEND_SHORT_CIRCUITING_CHAIN_EMPTY: in sccp_visit_instr()
H A Dzend_inference.c2740 ZEND_ASSERT(short_circuiting_type == ZEND_SHORT_CIRCUITING_CHAIN_EMPTY); in _zend_update_type_info()

Completed in 215 milliseconds