Searched refs:current_index (Results 1 – 3 of 3) sorted by relevance
1065 int current_index; in PHP_METHOD() local1068 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
1738 int current_index; in PHP_METHOD() local1741 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
1818 int current_index; member1856 if (!object->include_start_date || iterator->current_index > 0) { in date_period_it_has_more()1867 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()1903 *int_key = iterator->current_index; in date_period_it_current_key()1914 iterator->current_index++; in date_period_it_move_forward()1925 iterator->current_index = 0; in date_period_it_rewind()
Completed in 28 milliseconds