Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_hash.h1314 #define ZEND_HASH_MAP_FOREACH_PTR_FROM(ht, _ptr, _from) \ macro
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4035 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(function_table), op_array, EG(persistent_functions_count)) {
4039 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(class_table), ce, EG(persistent_classes_count)) {

Completed in 22 milliseconds