Searched refs:persistent_functions_count (Results 1 – 3 of 3) sorted by relevance
201 uint32_t persistent_functions_count; member
190 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()
4035 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