Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_globals.h201 uint32_t persistent_functions_count; member
H A Dzend_execute_API.c190 EG(persistent_functions_count) = EG(function_table)->nNumUsed; in init_executor()
433 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
444 if (_idx == EG(persistent_functions_count)) { in shutdown_executor()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4035 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(function_table), op_array, EG(persistent_functions_count)) {
4303 EG(persistent_functions_count) = EG(function_table)->nNumUsed;

Completed in 21 milliseconds