Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.h395 #define EXT_TYPE_UNUSED (1<<5) macro
H A Dzend_execute.c62 #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED))
H A Dzend_compile.c1055 opline->result_type = IS_UNUSED | EXT_TYPE_UNUSED; in zend_do_assign_ref()
1471 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
1486 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
5797 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_static_variable()
5851 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_global_variable()
/PHP-5.4/
H A DNEWS2046 EXT_TYPE_UNUSED flag any more. This is a very rare and useless case.

Completed in 43 milliseconds