From 25d327e53fc1ac3e36483124fbf168a86ab0cfb9 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 10 Jul 2015 13:35:14 +0200 Subject: [PATCH] Move try/catch/finally tests to common directory --- Zend/tests/{ => try}/catch_002.phpt | 0 Zend/tests/{ => try}/catch_003.phpt | 0 Zend/tests/{ => try}/catch_004.phpt | 0 Zend/tests/{ => try}/catch_finally_001.phpt | 0 Zend/tests/{ => try}/catch_finally_002.phpt | 0 Zend/tests/{ => try}/catch_finally_003.phpt | 0 Zend/tests/{ => try}/catch_finally_004.phpt | 0 Zend/tests/{ => try}/catch_finally_005.phpt | 0 Zend/tests/{ => try}/catch_finally_006.phpt | 0 Zend/tests/{ => try}/finally_goto_001.phpt | 0 Zend/tests/{ => try}/finally_goto_002.phpt | 0 Zend/tests/{ => try}/finally_goto_003.phpt | 0 Zend/tests/{ => try}/finally_goto_004.phpt | 0 Zend/tests/{ => try}/try_catch_finally_001.phpt | 0 Zend/tests/{ => try}/try_catch_finally_002.phpt | 0 Zend/tests/{ => try}/try_catch_finally_003.phpt | 0 Zend/tests/{ => try}/try_catch_finally_004.phpt | 0 Zend/tests/{ => try}/try_catch_finally_005.phpt | 0 Zend/tests/{ => try}/try_catch_finally_006.phpt | 0 Zend/tests/{ => try}/try_catch_finally_007.phpt | 0 Zend/tests/{ => try}/try_finally_001.phpt | 0 Zend/tests/{ => try}/try_finally_002.phpt | 0 Zend/tests/{ => try}/try_finally_003.phpt | 0 Zend/tests/{ => try}/try_finally_004.phpt | 0 Zend/tests/{ => try}/try_finally_005.phpt | 0 Zend/tests/{ => try}/try_finally_006.phpt | 0 Zend/tests/{ => try}/try_finally_007.phpt | 0 Zend/tests/{ => try}/try_finally_008.phpt | 0 Zend/tests/{ => try}/try_finally_009.phpt | 0 Zend/tests/{ => try}/try_finally_010.phpt | 0 Zend/tests/{ => try}/try_finally_011.phpt | 0 Zend/tests/{ => try}/try_finally_012.phpt | 0 32 files changed, 0 insertions(+), 0 deletions(-) rename Zend/tests/{ => try}/catch_002.phpt (100%) rename Zend/tests/{ => try}/catch_003.phpt (100%) rename Zend/tests/{ => try}/catch_004.phpt (100%) rename Zend/tests/{ => try}/catch_finally_001.phpt (100%) rename Zend/tests/{ => try}/catch_finally_002.phpt (100%) rename Zend/tests/{ => try}/catch_finally_003.phpt (100%) rename Zend/tests/{ => try}/catch_finally_004.phpt (100%) rename Zend/tests/{ => try}/catch_finally_005.phpt (100%) rename Zend/tests/{ => try}/catch_finally_006.phpt (100%) rename Zend/tests/{ => try}/finally_goto_001.phpt (100%) rename Zend/tests/{ => try}/finally_goto_002.phpt (100%) rename Zend/tests/{ => try}/finally_goto_003.phpt (100%) rename Zend/tests/{ => try}/finally_goto_004.phpt (100%) rename Zend/tests/{ => try}/try_catch_finally_001.phpt (100%) rename Zend/tests/{ => try}/try_catch_finally_002.phpt (100%) rename Zend/tests/{ => try}/try_catch_finally_003.phpt (100%) rename Zend/tests/{ => try}/try_catch_finally_004.phpt (100%) rename Zend/tests/{ => try}/try_catch_finally_005.phpt (100%) rename Zend/tests/{ => try}/try_catch_finally_006.phpt (100%) rename Zend/tests/{ => try}/try_catch_finally_007.phpt (100%) rename Zend/tests/{ => try}/try_finally_001.phpt (100%) rename Zend/tests/{ => try}/try_finally_002.phpt (100%) rename Zend/tests/{ => try}/try_finally_003.phpt (100%) rename Zend/tests/{ => try}/try_finally_004.phpt (100%) rename Zend/tests/{ => try}/try_finally_005.phpt (100%) rename Zend/tests/{ => try}/try_finally_006.phpt (100%) rename Zend/tests/{ => try}/try_finally_007.phpt (100%) rename Zend/tests/{ => try}/try_finally_008.phpt (100%) rename Zend/tests/{ => try}/try_finally_009.phpt (100%) rename Zend/tests/{ => try}/try_finally_010.phpt (100%) rename Zend/tests/{ => try}/try_finally_011.phpt (100%) rename Zend/tests/{ => try}/try_finally_012.phpt (100%) diff --git a/Zend/tests/catch_002.phpt b/Zend/tests/try/catch_002.phpt similarity index 100% rename from Zend/tests/catch_002.phpt rename to Zend/tests/try/catch_002.phpt diff --git a/Zend/tests/catch_003.phpt b/Zend/tests/try/catch_003.phpt similarity index 100% rename from Zend/tests/catch_003.phpt rename to Zend/tests/try/catch_003.phpt diff --git a/Zend/tests/catch_004.phpt b/Zend/tests/try/catch_004.phpt similarity index 100% rename from Zend/tests/catch_004.phpt rename to Zend/tests/try/catch_004.phpt diff --git a/Zend/tests/catch_finally_001.phpt b/Zend/tests/try/catch_finally_001.phpt similarity index 100% rename from Zend/tests/catch_finally_001.phpt rename to Zend/tests/try/catch_finally_001.phpt diff --git a/Zend/tests/catch_finally_002.phpt b/Zend/tests/try/catch_finally_002.phpt similarity index 100% rename from Zend/tests/catch_finally_002.phpt rename to Zend/tests/try/catch_finally_002.phpt diff --git a/Zend/tests/catch_finally_003.phpt b/Zend/tests/try/catch_finally_003.phpt similarity index 100% rename from Zend/tests/catch_finally_003.phpt rename to Zend/tests/try/catch_finally_003.phpt diff --git a/Zend/tests/catch_finally_004.phpt b/Zend/tests/try/catch_finally_004.phpt similarity index 100% rename from Zend/tests/catch_finally_004.phpt rename to Zend/tests/try/catch_finally_004.phpt diff --git a/Zend/tests/catch_finally_005.phpt b/Zend/tests/try/catch_finally_005.phpt similarity index 100% rename from Zend/tests/catch_finally_005.phpt rename to Zend/tests/try/catch_finally_005.phpt diff --git a/Zend/tests/catch_finally_006.phpt b/Zend/tests/try/catch_finally_006.phpt similarity index 100% rename from Zend/tests/catch_finally_006.phpt rename to Zend/tests/try/catch_finally_006.phpt diff --git a/Zend/tests/finally_goto_001.phpt b/Zend/tests/try/finally_goto_001.phpt similarity index 100% rename from Zend/tests/finally_goto_001.phpt rename to Zend/tests/try/finally_goto_001.phpt diff --git a/Zend/tests/finally_goto_002.phpt b/Zend/tests/try/finally_goto_002.phpt similarity index 100% rename from Zend/tests/finally_goto_002.phpt rename to Zend/tests/try/finally_goto_002.phpt diff --git a/Zend/tests/finally_goto_003.phpt b/Zend/tests/try/finally_goto_003.phpt similarity index 100% rename from Zend/tests/finally_goto_003.phpt rename to Zend/tests/try/finally_goto_003.phpt diff --git a/Zend/tests/finally_goto_004.phpt b/Zend/tests/try/finally_goto_004.phpt similarity index 100% rename from Zend/tests/finally_goto_004.phpt rename to Zend/tests/try/finally_goto_004.phpt diff --git a/Zend/tests/try_catch_finally_001.phpt b/Zend/tests/try/try_catch_finally_001.phpt similarity index 100% rename from Zend/tests/try_catch_finally_001.phpt rename to Zend/tests/try/try_catch_finally_001.phpt diff --git a/Zend/tests/try_catch_finally_002.phpt b/Zend/tests/try/try_catch_finally_002.phpt similarity index 100% rename from Zend/tests/try_catch_finally_002.phpt rename to Zend/tests/try/try_catch_finally_002.phpt diff --git a/Zend/tests/try_catch_finally_003.phpt b/Zend/tests/try/try_catch_finally_003.phpt similarity index 100% rename from Zend/tests/try_catch_finally_003.phpt rename to Zend/tests/try/try_catch_finally_003.phpt diff --git a/Zend/tests/try_catch_finally_004.phpt b/Zend/tests/try/try_catch_finally_004.phpt similarity index 100% rename from Zend/tests/try_catch_finally_004.phpt rename to Zend/tests/try/try_catch_finally_004.phpt diff --git a/Zend/tests/try_catch_finally_005.phpt b/Zend/tests/try/try_catch_finally_005.phpt similarity index 100% rename from Zend/tests/try_catch_finally_005.phpt rename to Zend/tests/try/try_catch_finally_005.phpt diff --git a/Zend/tests/try_catch_finally_006.phpt b/Zend/tests/try/try_catch_finally_006.phpt similarity index 100% rename from Zend/tests/try_catch_finally_006.phpt rename to Zend/tests/try/try_catch_finally_006.phpt diff --git a/Zend/tests/try_catch_finally_007.phpt b/Zend/tests/try/try_catch_finally_007.phpt similarity index 100% rename from Zend/tests/try_catch_finally_007.phpt rename to Zend/tests/try/try_catch_finally_007.phpt diff --git a/Zend/tests/try_finally_001.phpt b/Zend/tests/try/try_finally_001.phpt similarity index 100% rename from Zend/tests/try_finally_001.phpt rename to Zend/tests/try/try_finally_001.phpt diff --git a/Zend/tests/try_finally_002.phpt b/Zend/tests/try/try_finally_002.phpt similarity index 100% rename from Zend/tests/try_finally_002.phpt rename to Zend/tests/try/try_finally_002.phpt diff --git a/Zend/tests/try_finally_003.phpt b/Zend/tests/try/try_finally_003.phpt similarity index 100% rename from Zend/tests/try_finally_003.phpt rename to Zend/tests/try/try_finally_003.phpt diff --git a/Zend/tests/try_finally_004.phpt b/Zend/tests/try/try_finally_004.phpt similarity index 100% rename from Zend/tests/try_finally_004.phpt rename to Zend/tests/try/try_finally_004.phpt diff --git a/Zend/tests/try_finally_005.phpt b/Zend/tests/try/try_finally_005.phpt similarity index 100% rename from Zend/tests/try_finally_005.phpt rename to Zend/tests/try/try_finally_005.phpt diff --git a/Zend/tests/try_finally_006.phpt b/Zend/tests/try/try_finally_006.phpt similarity index 100% rename from Zend/tests/try_finally_006.phpt rename to Zend/tests/try/try_finally_006.phpt diff --git a/Zend/tests/try_finally_007.phpt b/Zend/tests/try/try_finally_007.phpt similarity index 100% rename from Zend/tests/try_finally_007.phpt rename to Zend/tests/try/try_finally_007.phpt diff --git a/Zend/tests/try_finally_008.phpt b/Zend/tests/try/try_finally_008.phpt similarity index 100% rename from Zend/tests/try_finally_008.phpt rename to Zend/tests/try/try_finally_008.phpt diff --git a/Zend/tests/try_finally_009.phpt b/Zend/tests/try/try_finally_009.phpt similarity index 100% rename from Zend/tests/try_finally_009.phpt rename to Zend/tests/try/try_finally_009.phpt diff --git a/Zend/tests/try_finally_010.phpt b/Zend/tests/try/try_finally_010.phpt similarity index 100% rename from Zend/tests/try_finally_010.phpt rename to Zend/tests/try/try_finally_010.phpt diff --git a/Zend/tests/try_finally_011.phpt b/Zend/tests/try/try_finally_011.phpt similarity index 100% rename from Zend/tests/try_finally_011.phpt rename to Zend/tests/try/try_finally_011.phpt diff --git a/Zend/tests/try_finally_012.phpt b/Zend/tests/try/try_finally_012.phpt similarity index 100% rename from Zend/tests/try_finally_012.phpt rename to Zend/tests/try/try_finally_012.phpt -- 2.40.0