Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c42 static const char op_const_means_class[256] = { variable
98 if (!(op_const_means_class[opline->opcode] & RESULT_IS_UNUSED)) {
119 …|| ((op_const_means_class[opline->opcode] & OP1_CONST_IS_CLASS) && ZEND_OP1_TYPE(opline) == IS_CON…
140 …|| ((op_const_means_class[opline->opcode] & OP2_CONST_IS_CLASS) && ZEND_OP2_TYPE(opline) == IS_CON…
153 if ((op_const_means_class[opline->opcode] & EXT_CONST_IS_CLASS)) {
182 if (!(op_const_means_class[opline->opcode] & RESULT_IS_UNUSED)) {

Completed in 4 milliseconds