consistency_checks 1753 ext/opcache/ZendAccelerator.c 	if (persistent_script && ZCG(accel_directives).consistency_checks
consistency_checks 1754 ext/opcache/ZendAccelerator.c 		&& persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) {
consistency_checks  195 ext/opcache/ZendAccelerator.h 	zend_long           consistency_checks;
consistency_checks  284 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_ENTRY("opcache.consistency_checks"    , "0"   , PHP_INI_ALL   , OnUpdateLong,	             accel_directives.consistency_checks,        zend_accel_globals, accel_globals)
consistency_checks  700 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives, 	 "opcache.consistency_checks",     ZCG(accel_directives).consistency_checks);