Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Darray.c5958 HashTable *htbl; local
5977 htbl = Z_ARRVAL_P(input);
5979 if (zend_hash_num_elements(htbl) == 0) {
5988 ZEND_HASH_FOREACH_VAL(htbl, operand) {

Completed in 26 milliseconds