map_T 79 ext/opcache/Optimizer/optimize_temp_vars_5.c int *map_T; /* Map's the T to its new index */ map_T 89 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T = (int *) emalloc(T * sizeof(int)); map_T 125 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T[currT] = i; map_T 128 ext/opcache/Optimizer/optimize_temp_vars_5.c ZEND_OP1(opline).var = NUM_VAR(map_T[currT]); map_T 146 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T[currT] = i; map_T 149 ext/opcache/Optimizer/optimize_temp_vars_5.c ZEND_OP2(opline).var = NUM_VAR(map_T[currT]); map_T 161 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T[currT] = i; map_T 164 ext/opcache/Optimizer/optimize_temp_vars_5.c opline->extended_value = NUM_VAR(map_T[currT]); map_T 173 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T[currT] = i; map_T 189 ext/opcache/Optimizer/optimize_temp_vars_5.c taken_T[map_T[currT]] = 0; map_T 191 ext/opcache/Optimizer/optimize_temp_vars_5.c ZEND_RESULT(opline).var = NUM_VAR(map_T[currT]); map_T 199 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T[currT] = i; map_T 220 ext/opcache/Optimizer/optimize_temp_vars_5.c efree(map_T);