Home
last modified time | relevance | path

Searched refs:EXT_TYPE_UNUSED (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h48 #define RESULT_USED(op) (((op->result_type & IS_VAR) && !(op->result_type & EXT_TYPE_UNUSED)) |…
49 #define RESULT_UNUSED(op) ((op->result_type & EXT_TYPE_UNUSED) != 0)
H A Dpass3.c425 ZEND_RESULT_TYPE(opline) = IS_VAR | EXT_TYPE_UNUSED; in zend_optimizer_pass3()
H A Dblock_pass.c1459 ZEND_RESULT_TYPE(src) |= EXT_TYPE_UNUSED; in zend_jmp_optimization()
1930 ZEND_RESULT_TYPE(opline) |= EXT_TYPE_UNUSED; in zend_t_usage()
1972 (ZEND_RESULT_TYPE(opline) & EXT_TYPE_UNUSED) && in zend_t_usage()
1974 ZEND_RESULT_TYPE(opline) &= ~EXT_TYPE_UNUSED; in zend_t_usage()
/PHP-7.0/Zend/
H A Dzend.h64 !(EX(prev_execute_data)->opline->result_type & EXT_TYPE_UNUSED))
H A Dzend_compile.h655 #define EXT_TYPE_UNUSED (1<<5) macro
H A Dzend_compile.c652 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
669 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
2656 opline->result_type |= EXT_TYPE_UNUSED; in zend_compile_assign_ref()
H A Dzend_execute.c71 #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED))

Completed in 58 milliseconds