Searched refs:ZEND_HASH_FOREACH_KEY (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/session/ |
H A D | php_session.h | 301 ZEND_HASH_FOREACH_KEY(_ht, num_key, key) { \
|
/php-src/ext/spl/ |
H A D | spl_fixedarray.c | 720 ZEND_HASH_FOREACH_KEY(Z_ARRVAL_P(data), num_index, str_index) { in PHP_METHOD()
|
/php-src/Zend/ |
H A D | zend_hash.h | 1147 #define ZEND_HASH_FOREACH_KEY(ht, _h, _key) \ macro
|
/php-src/ext/standard/ |
H A D | array.c | 6229 ZEND_HASH_FOREACH_KEY(ht, num_key, string_key) { 6321 ZEND_HASH_FOREACH_KEY(ht, num_key, string_key) {
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 3564 ZEND_HASH_FOREACH_KEY(Z_ARRVAL_P(array), index, key) { in is_map()
|
Completed in 42 milliseconds