Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c2360 HashTable *from_ht; local
2374 Z_PARAM_ARRAY_HT_OR_LONG(from_ht, from_long)
2388 if (from_ht) {
2487 if (from_ht) {
2488 if (HT_IS_PACKED(from_ht)) {
2489 while (from_idx < from_ht->nNumUsed) {
2497 while (from_idx < from_ht->nNumUsed) {
2505 if (from_idx < from_ht->nNumUsed) {
3425 if (zend_hash_num_elements(from_ht) < 1) {
3467 HashTable *from_ht = NULL; local
[all …]

Completed in 36 milliseconds