corrupted        1104 ext/opcache/ZendAccelerator.c 	if (persistent_script && !persistent_script->corrupted) {
corrupted        1116 ext/opcache/ZendAccelerator.c 			if (!persistent_script->corrupted) {
corrupted        1117 ext/opcache/ZendAccelerator.c 				persistent_script->corrupted = 1;
corrupted        1249 ext/opcache/ZendAccelerator.c 		if (!existing_persistent_script->corrupted) {
corrupted        1695 ext/opcache/ZendAccelerator.c 					if (key && !persistent_script->corrupted) {
corrupted        1711 ext/opcache/ZendAccelerator.c 	if (persistent_script && persistent_script->corrupted) {
corrupted        1737 ext/opcache/ZendAccelerator.c 			if (!persistent_script->corrupted) {
corrupted        1738 ext/opcache/ZendAccelerator.c 				persistent_script->corrupted = 1;
corrupted        1762 ext/opcache/ZendAccelerator.c 			if (!persistent_script->corrupted) {
corrupted        1763 ext/opcache/ZendAccelerator.c 				persistent_script->corrupted = 1;
corrupted        1929 ext/opcache/ZendAccelerator.c 						if (!persistent_script->corrupted) {
corrupted        1950 ext/opcache/ZendAccelerator.c 					if (!persistent_script->corrupted) {
corrupted         166 ext/opcache/ZendAccelerator.h 	zend_bool      corrupted;
corrupted         327 ext/opcache/zend_accelerator_module.c 		if (persistent_script && !persistent_script->corrupted) {
corrupted         120 ext/opcache/zend_file_cache.c 				if (EXPECTED(script->corrupted)) { \
corrupted         131 ext/opcache/zend_file_cache.c 				(ptr) = (void*)zend_file_cache_unserialize_interned((zend_string*)(ptr), !script->corrupted); \
corrupted         136 ext/opcache/zend_file_cache.c 				if (EXPECTED(!script->corrupted)) { \
corrupted         754 ext/opcache/zend_file_cache.c 		script->corrupted = 1; /* used to check if script restored to SHM or process memory */
corrupted         758 ext/opcache/zend_file_cache.c 		script->corrupted = 0;
corrupted        1319 ext/opcache/zend_file_cache.c 			if (!script->corrupted) {
corrupted        1357 ext/opcache/zend_file_cache.c 	script->corrupted = !cache_it; /* used to check if script restored to SHM or process memory */
corrupted        1359 ext/opcache/zend_file_cache.c 	script->corrupted = 0;
corrupted          37 ext/opcache/zend_persist_calc.c 		if (ZCG(current_persistent_script)->corrupted) { \
corrupted         390 ext/opcache/zend_persist_calc.c 	new_persistent_script->corrupted = 0;
corrupted         398 ext/opcache/zend_persist_calc.c 		new_persistent_script->corrupted = 1;
corrupted         417 ext/opcache/zend_persist_calc.c 	new_persistent_script->corrupted = 0;