Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c128 ZEND_OP1(opline).var = NUM_VAR(map_T[currT]);
149 ZEND_OP2(opline).var = NUM_VAR(map_T[currT]);
164 opline->extended_value = NUM_VAR(map_T[currT]);
176 ZEND_OP2(opline + 1).var = NUM_VAR(i);
191 ZEND_RESULT(opline).var = NUM_VAR(map_T[currT]);
202 ZEND_RESULT(opline).var = NUM_VAR(i);
H A Dzend_optimizer_internal.h29 # define NUM_VAR(v) ((zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, v)) macro
32 # define NUM_VAR(v) ((v)*ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable))) macro
35 # define NUM_VAR(v) ((v)*(sizeof(temp_variable))) macro

Completed in 7 milliseconds