catch             173 ext/opcache/Optimizer/block_pass.c 		cfg->catch = ecalloc(op_array->last_try_catch, sizeof(zend_code_block *));
catch             176 ext/opcache/Optimizer/block_pass.c 			cfg->catch[i] = &blocks[op_array->try_catch_array[i].catch_op];
catch             529 ext/opcache/Optimizer/block_pass.c 			if (!cfg->catch[i]->access) {
catch             530 ext/opcache/Optimizer/block_pass.c 				zend_access_path(cfg->catch[i]);
catch            1258 ext/opcache/Optimizer/block_pass.c 				op_array->try_catch_array[j].catch_op = cfg->catch[i]->start_opline - new_opcodes;
catch            1264 ext/opcache/Optimizer/block_pass.c 		efree(cfg->catch);
catch              75 ext/opcache/Optimizer/zend_optimizer_internal.h 	zend_code_block   **catch;