Home
last modified time | relevance | path

Searched refs:len_ht (Results 1 – 1 of 1) sorted by path

/php-src/ext/standard/
H A Dstring.c2362 HashTable *len_ht = NULL; local
2376 Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(len_ht, len_long, len_is_null)
2383 } else if (!len_ht) {
2392 if (len_ht) {
2532 if (len_ht) {
2533 if (HT_IS_PACKED(len_ht)) {
2534 while (len_idx < len_ht->nNumUsed) {
2535 tmp_len = &len_ht->arPacked[len_idx];
2542 while (len_idx < len_ht->nNumUsed) {
2543 tmp_len = &len_ht->arData[len_idx].val;
[all …]

Completed in 23 milliseconds