internal_functions_count 2024 ext/opcache/ZendAccelerator.c 	if (ZCG(internal_functions_count) != zend_hash_num_elements(&ZCG(function_table))) {
internal_functions_count 2025 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Internal functions count changed - was %d, now %d", ZCG(internal_functions_count), zend_hash_num_elements(&ZCG(function_table)));
internal_functions_count  237 ext/opcache/ZendAccelerator.h 	int                     internal_functions_count;
internal_functions_count  152 ext/opcache/zend_accelerator_util_funcs.c 	ZCG(internal_functions_count) = zend_hash_num_elements(&ZCG(function_table));