file_override_enabled  204 ext/opcache/ZendAccelerator.h 	zend_bool      file_override_enabled;
file_override_enabled  297 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_BOOLEAN("opcache.enable_file_override"	, "0"   , PHP_INI_SYSTEM, OnUpdateBool,              accel_directives.file_override_enabled,     zend_accel_globals, accel_globals)
file_override_enabled  396 ext/opcache/zend_accelerator_module.c 	if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).file_override_enabled) {
file_override_enabled  711 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.enable_file_override",   ZCG(accel_directives).file_override_enabled);