ignore_dups       198 ext/opcache/ZendAccelerator.h 	zend_bool      ignore_dups;
ignore_dups       276 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_BOOLEAN("opcache.dups_fix"           , "0", PHP_INI_ALL   , OnUpdateBool, accel_directives.ignore_dups        , zend_accel_globals, accel_globals)
ignore_dups       692 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.dups_fix",            ZCG(accel_directives).ignore_dups);
ignore_dups       628 ext/opcache/zend_accelerator_util_funcs.c 			} else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) {