Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h172 uint32_t persistent_functions_count; member
H A Dzend_execute_API.c186 EG(persistent_functions_count) = EG(function_table)->nNumUsed; in init_executor()
357 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
383 if (_idx == EG(persistent_functions_count)) { in shutdown_executor()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4255 EG(persistent_functions_count) = EG(function_table)->nNumUsed; in preload_load()

Completed in 27 milliseconds