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

/PHP_TRUNK/ext/pdo/
H A Dpdo_stmt.c1729 int current_index; local
1732 for (current_index = 0; current_index < error_count_diff; current_index++) {
H A Dpdo_dbh.c1074 int current_index; local
1077 for (current_index = 0; current_index < error_count_diff; current_index++) {
/PHP_TRUNK/ext/date/
H A Dphp_date.c1828 int current_index; member in struct:__anon1
1866 if (!object->include_start_date || iterator->current_index > 0) {
1877 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE;
1913 ZVAL_LONG(key, iterator->current_index);
1923 iterator->current_index++;
1934 iterator->current_index = 0;

Completed in 17 milliseconds