inherited_hack    231 ext/opcache/ZendAccelerator.h 	zend_bool      inherited_hack;
inherited_hack    258 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_BOOLEAN("opcache.inherited_hack"     , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.inherited_hack     , zend_accel_globals, accel_globals)
inherited_hack    666 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(directives, "opcache.inherited_hack",      ZCG(accel_directives).inherited_hack);
inherited_hack    324 ext/opcache/zend_persist.c 					if (main_persistent_script && ZCG(accel_directives).inherited_hack) {