corrupted        1080 ext/opcache/ZendAccelerator.c 	if (persistent_script && !persistent_script->corrupted) {
corrupted        1092 ext/opcache/ZendAccelerator.c 			if (!persistent_script->corrupted) {
corrupted        1093 ext/opcache/ZendAccelerator.c 				persistent_script->corrupted = 1;
corrupted        1171 ext/opcache/ZendAccelerator.c 		if (!existing_persistent_script->corrupted) {
corrupted        1556 ext/opcache/ZendAccelerator.c 				    !persistent_script->corrupted) {
corrupted        1571 ext/opcache/ZendAccelerator.c 	if (persistent_script && persistent_script->corrupted) {
corrupted        1581 ext/opcache/ZendAccelerator.c 			if (!persistent_script->corrupted) {
corrupted        1582 ext/opcache/ZendAccelerator.c 				persistent_script->corrupted = 1;
corrupted        1606 ext/opcache/ZendAccelerator.c 			if (!persistent_script->corrupted) {
corrupted        1607 ext/opcache/ZendAccelerator.c 				persistent_script->corrupted = 1;
corrupted        1869 ext/opcache/ZendAccelerator.c 				    !persistent_script->corrupted) {
corrupted        1885 ext/opcache/ZendAccelerator.c 				    !persistent_script->corrupted) {
corrupted        1902 ext/opcache/ZendAccelerator.c 					if (persistent_script && !persistent_script->corrupted) {
corrupted        1977 ext/opcache/ZendAccelerator.c 				    !persistent_script->corrupted) {
corrupted        2031 ext/opcache/ZendAccelerator.c 				if (persistent_script && !persistent_script->corrupted) {
corrupted        2048 ext/opcache/ZendAccelerator.c 			    !persistent_script->corrupted) {
corrupted        2064 ext/opcache/ZendAccelerator.c 				if (persistent_script && !persistent_script->corrupted) {
corrupted         195 ext/opcache/ZendAccelerator.h 	zend_bool      corrupted;
corrupted         326 ext/opcache/zend_accelerator_module.c 			return !persistent_script->corrupted &&
corrupted         334 ext/opcache/zend_accelerator_module.c 		return persistent_script && !persistent_script->corrupted &&