Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_hash.h1316 #define ZEND_HASH_MAP_FOREACH_PTR_FROM(ht, _ptr, _from) \ macro
/php-src/ext/opcache/
H A DZendAccelerator.c4039 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(function_table), op_array, EG(persistent_functions_count)) {
4043 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(class_table), ce, EG(persistent_classes_count)) {

Completed in 19 milliseconds