Searched refs:current_index (Results 1 – 3 of 3) sorted by relevance
1171 int current_index; in PHP_METHOD() local1174 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
1552 int current_index; in PHP_METHOD() local1555 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
1515 int current_index; member1558 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()1602 ZVAL_LONG(key, iterator->current_index); in date_period_it_current_key()1631 iterator->current_index++; in date_period_it_move_forward()1641 iterator->current_index = 0; in date_period_it_rewind()
Completed in 29 milliseconds