Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c2474 HashPosition from_idx, repl_idx, len_idx; local
2599 from_idx = len_idx = repl_idx = 0;
2606 while (from_idx < Z_ARRVAL_P(from)->nNumUsed) {
2607 tmp_from = &Z_ARRVAL_P(from)->arData[from_idx].val;
2611 from_idx++;
2613 if (from_idx < Z_ARRVAL_P(from)->nNumUsed) {
2624 from_idx++;

Completed in 16 milliseconds