Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dpdo_dbh.c1171 int current_index; in PHP_METHOD() local
1174 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
H A Dpdo_stmt.c1552 int current_index; in PHP_METHOD() local
1555 for (current_index = 0; current_index < error_count_diff; current_index++) { in PHP_METHOD()
/php-src/ext/date/
H A Dphp_date.c1515 int current_index; member
1558 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