Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstring.c2219 HashTable *from_ht; local
2233 Z_PARAM_ARRAY_HT_OR_LONG(from_ht, from_long)
2247 if (from_ht) {
2336 if (from_ht) {
2337 while (from_idx < from_ht->nNumUsed) {
2338 tmp_from = &from_ht->arData[from_idx].val;
2344 if (from_idx < from_ht->nNumUsed) {
3176 HashTable *from_ht = NULL; local
3182 Z_PARAM_ARRAY_HT_OR_STR(from_ht, from_str)
3187 if (!to && from_ht == NULL) {
[all …]

Completed in 19 milliseconds