Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c2359 HashTable *str_ht, *repl_ht; local
2429 if (repl_ht) {
2431 if (HT_IS_PACKED(repl_ht)) {
2432 while (repl_idx < repl_ht->nNumUsed) {
2440 while (repl_idx < repl_ht->nNumUsed) {
2448 if (repl_idx < repl_ht->nNumUsed) {
2577 if (repl_ht) {
2578 if (HT_IS_PACKED(repl_ht)) {
2579 while (repl_idx < repl_ht->nNumUsed) {
2587 while (repl_idx < repl_ht->nNumUsed) {
[all …]

Completed in 24 milliseconds