consistency_checks 1597 ext/opcache/ZendAccelerator.c 	if (persistent_script && ZCG(accel_directives).consistency_checks
consistency_checks 1598 ext/opcache/ZendAccelerator.c 		&& persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) {
consistency_checks  220 ext/opcache/ZendAccelerator.h 	long           consistency_checks;
consistency_checks  269 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  677 ext/opcache/zend_accelerator_module.c 	add_assoc_long(directives, 	 "opcache.consistency_checks",     ZCG(accel_directives).consistency_checks);