Home
last modified time | relevance | path

Searched defs:RESULT_UNUSED (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h46 # define RESULT_UNUSED(op) ((op->result_type & EXT_TYPE_UNUSED) != 0) macro
51 # define RESULT_UNUSED(op) ((op->result.op_type == IS_VAR) && (op->result.u.EA.type == EXT_TYPE_UNU… macro

Completed in 6 milliseconds