Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A DZendAccelerator.h223 int internal_functions_count; member
H A Dzend_accelerator_util_funcs.c150 ZCG(internal_functions_count) = zend_hash_num_elements(&ZCG(function_table)); in zend_accel_copy_internal_functions()
H A DZendAccelerator.c2131 if (ZCG(internal_functions_count) != (zend_long)zend_hash_num_elements(&ZCG(function_table))) { in accel_activate()
2132 …RNING, "Internal functions count changed - was %d, now %d", ZCG(internal_functions_count), zend_ha… in accel_activate()

Completed in 17 milliseconds