ignore_dups       223 ext/opcache/ZendAccelerator.h 	zend_bool      ignore_dups;
ignore_dups       259 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       667 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(directives, "opcache.dups_fix",            ZCG(accel_directives).ignore_dups);
ignore_dups       891 ext/opcache/zend_accelerator_util_funcs.c static int zend_hash_unique_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor, uint size, int ignore_dups, void **fail_data, void **conflict_data)
ignore_dups       913 ext/opcache/zend_accelerator_util_funcs.c 				} else if (!ignore_dups && zend_hash_quick_find(target, p->arKey, p->nKeyLength, p->h, &t) == SUCCESS) {
ignore_dups       924 ext/opcache/zend_accelerator_util_funcs.c 			} else if (!ignore_dups && zend_hash_index_find(target,p->h, &t) == SUCCESS) {
ignore_dups       962 ext/opcache/zend_accelerator_util_funcs.c 	if (zend_hash_unique_copy(target, source, pCopyConstructor, sizeof(zend_class_entry*), ZCG(accel_directives).ignore_dups, (void**)&pce1, (void**)&pce2) != SUCCESS) {