Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c6447 HashTable *htbl; local
6466 htbl = Z_ARRVAL_P(input);
6468 if (zend_hash_num_elements(htbl) == 0) {
6475 ZEND_HASH_FOREACH_VAL(htbl, operand) {

Completed in 20 milliseconds