Lines Matching refs:i

1257 			uint32_t i;  local
1261 for (i = 0; i < zend_hash_num_elements(ht); i++) {
1262 if (ARG_SHOULD_BE_SENT_BY_REF(EX(call)->func, arg_num + i)) {
1757 int i, current_try_catch_offset = -1; local
1772 for (i = 0; i < EX(func)->op_array.last_try_catch; i++) {
1773 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i];
1779 current_try_catch_offset = i;
13631 uint32_t i; local
13655 for (i = 0; i <= opline->extended_value; i++) {
13656 zend_string_release(rope[i]);
13662 for (i = 0; i <= opline->extended_value; i++) {
13663 len += ZSTR_LEN(rope[i]);
13668 for (i = 0; i <= opline->extended_value; i++) {
13669 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
13670 target += ZSTR_LEN(rope[i]);
13671 zend_string_release(rope[i]);
14856 uint32_t i; local
14880 for (i = 0; i <= opline->extended_value; i++) {
14881 zend_string_release(rope[i]);
14887 for (i = 0; i <= opline->extended_value; i++) {
14888 len += ZSTR_LEN(rope[i]);
14893 for (i = 0; i <= opline->extended_value; i++) {
14894 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
14895 target += ZSTR_LEN(rope[i]);
14896 zend_string_release(rope[i]);
15381 uint32_t i; local
15405 for (i = 0; i <= opline->extended_value; i++) {
15406 zend_string_release(rope[i]);
15412 for (i = 0; i <= opline->extended_value; i++) {
15413 len += ZSTR_LEN(rope[i]);
15418 for (i = 0; i <= opline->extended_value; i++) {
15419 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
15420 target += ZSTR_LEN(rope[i]);
15421 zend_string_release(rope[i]);
62673 int i; local
62680 for (i = 0; i < zend_handlers_count; i++) {
62681 Z_LVAL(tmp) = i;
62682 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);