Searched refs:current_index (Results 1 – 3 of 3) sorted by relevance
1040 int current_index; in PHP_METHOD() local1043 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
1629 int current_index; in PHP_METHOD() local1632 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
1438 int current_index; member1473 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()1517 ZVAL_LONG(key, iterator->current_index); in date_period_it_current_key()1539 iterator->current_index++; in date_period_it_move_forward()1549 iterator->current_index = 0; in date_period_it_rewind()
Completed in 28 milliseconds