Searched refs:current_index (Results 1 - 3 of 3) sorted by relevance

/PHP_5_3/ext/pdo/
H A Dpdo_dbh.c1065 int current_index; local
1068 for (current_index = 0; current_index < error_count_diff; current_index++) {
H A Dpdo_stmt.c1738 int current_index; local
1741 for (current_index = 0; current_index < error_count_diff; current_index++) {
/PHP_5_3/ext/date/
H A Dphp_date.c1799 int current_index; member in struct:__anon1
1837 if (!object->include_start_date || iterator->current_index > 0) {
1848 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE;
1884 *int_key = iterator->current_index;
1895 iterator->current_index++;
1906 iterator->current_index = 0;

Completed in 15 milliseconds