summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-07-10 13:35:14 +0200
committerNikita Popov <nikic@php.net>2015-07-10 13:35:14 +0200
commit25d327e53fc1ac3e36483124fbf168a86ab0cfb9 (patch)
tree93d02751eaa9bdddd5eaeb0aac3e25665174e734
parent725fed49029e4c6a00305173d46be410cfdb59b8 (diff)
downloadphp-git-25d327e53fc1ac3e36483124fbf168a86ab0cfb9.tar.gz
Move try/catch/finally tests to common directory
-rw-r--r--Zend/tests/try/catch_002.phpt (renamed from Zend/tests/catch_002.phpt)0
-rw-r--r--Zend/tests/try/catch_003.phpt (renamed from Zend/tests/catch_003.phpt)0
-rw-r--r--Zend/tests/try/catch_004.phpt (renamed from Zend/tests/catch_004.phpt)0
-rw-r--r--Zend/tests/try/catch_finally_001.phpt (renamed from Zend/tests/catch_finally_001.phpt)0
-rw-r--r--Zend/tests/try/catch_finally_002.phpt (renamed from Zend/tests/catch_finally_002.phpt)0
-rw-r--r--Zend/tests/try/catch_finally_003.phpt (renamed from Zend/tests/catch_finally_003.phpt)0
-rw-r--r--Zend/tests/try/catch_finally_004.phpt (renamed from Zend/tests/catch_finally_004.phpt)0
-rw-r--r--Zend/tests/try/catch_finally_005.phpt (renamed from Zend/tests/catch_finally_005.phpt)0
-rw-r--r--Zend/tests/try/catch_finally_006.phpt (renamed from Zend/tests/catch_finally_006.phpt)0
-rw-r--r--Zend/tests/try/finally_goto_001.phpt (renamed from Zend/tests/finally_goto_001.phpt)0
-rw-r--r--Zend/tests/try/finally_goto_002.phpt (renamed from Zend/tests/finally_goto_002.phpt)0
-rw-r--r--Zend/tests/try/finally_goto_003.phpt (renamed from Zend/tests/finally_goto_003.phpt)0
-rw-r--r--Zend/tests/try/finally_goto_004.phpt (renamed from Zend/tests/finally_goto_004.phpt)0
-rw-r--r--Zend/tests/try/try_catch_finally_001.phpt (renamed from Zend/tests/try_catch_finally_001.phpt)0
-rw-r--r--Zend/tests/try/try_catch_finally_002.phpt (renamed from Zend/tests/try_catch_finally_002.phpt)0
-rw-r--r--Zend/tests/try/try_catch_finally_003.phpt (renamed from Zend/tests/try_catch_finally_003.phpt)0
-rw-r--r--Zend/tests/try/try_catch_finally_004.phpt (renamed from Zend/tests/try_catch_finally_004.phpt)0
-rw-r--r--Zend/tests/try/try_catch_finally_005.phpt (renamed from Zend/tests/try_catch_finally_005.phpt)0
-rw-r--r--Zend/tests/try/try_catch_finally_006.phpt (renamed from Zend/tests/try_catch_finally_006.phpt)0
-rw-r--r--Zend/tests/try/try_catch_finally_007.phpt (renamed from Zend/tests/try_catch_finally_007.phpt)0
-rw-r--r--Zend/tests/try/try_finally_001.phpt (renamed from Zend/tests/try_finally_001.phpt)0
-rw-r--r--Zend/tests/try/try_finally_002.phpt (renamed from Zend/tests/try_finally_002.phpt)0
-rw-r--r--Zend/tests/try/try_finally_003.phpt (renamed from Zend/tests/try_finally_003.phpt)0
-rw-r--r--Zend/tests/try/try_finally_004.phpt (renamed from Zend/tests/try_finally_004.phpt)0
-rw-r--r--Zend/tests/try/try_finally_005.phpt (renamed from Zend/tests/try_finally_005.phpt)0
-rw-r--r--Zend/tests/try/try_finally_006.phpt (renamed from Zend/tests/try_finally_006.phpt)0
-rw-r--r--Zend/tests/try/try_finally_007.phpt (renamed from Zend/tests/try_finally_007.phpt)0
-rw-r--r--Zend/tests/try/try_finally_008.phpt (renamed from Zend/tests/try_finally_008.phpt)0
-rw-r--r--Zend/tests/try/try_finally_009.phpt (renamed from Zend/tests/try_finally_009.phpt)0
-rw-r--r--Zend/tests/try/try_finally_010.phpt (renamed from Zend/tests/try_finally_010.phpt)0
-rw-r--r--Zend/tests/try/try_finally_011.phpt (renamed from Zend/tests/try_finally_011.phpt)0
-rw-r--r--Zend/tests/try/try_finally_012.phpt (renamed from Zend/tests/try_finally_012.phpt)0
32 files changed, 0 insertions, 0 deletions
diff --git a/Zend/tests/catch_002.phpt b/Zend/tests/try/catch_002.phpt
index 11d736abe2..11d736abe2 100644
--- a/Zend/tests/catch_002.phpt
+++ b/Zend/tests/try/catch_002.phpt
diff --git a/Zend/tests/catch_003.phpt b/Zend/tests/try/catch_003.phpt
index 414d50f815..414d50f815 100644
--- a/Zend/tests/catch_003.phpt
+++ b/Zend/tests/try/catch_003.phpt
diff --git a/Zend/tests/catch_004.phpt b/Zend/tests/try/catch_004.phpt
index 54920b8947..54920b8947 100644
--- a/Zend/tests/catch_004.phpt
+++ b/Zend/tests/try/catch_004.phpt
diff --git a/Zend/tests/catch_finally_001.phpt b/Zend/tests/try/catch_finally_001.phpt
index 0c3f597a0a..0c3f597a0a 100644
--- a/Zend/tests/catch_finally_001.phpt
+++ b/Zend/tests/try/catch_finally_001.phpt
diff --git a/Zend/tests/catch_finally_002.phpt b/Zend/tests/try/catch_finally_002.phpt
index c54477ff8c..c54477ff8c 100644
--- a/Zend/tests/catch_finally_002.phpt
+++ b/Zend/tests/try/catch_finally_002.phpt
diff --git a/Zend/tests/catch_finally_003.phpt b/Zend/tests/try/catch_finally_003.phpt
index 24e468d335..24e468d335 100644
--- a/Zend/tests/catch_finally_003.phpt
+++ b/Zend/tests/try/catch_finally_003.phpt
diff --git a/Zend/tests/catch_finally_004.phpt b/Zend/tests/try/catch_finally_004.phpt
index a2c22beab1..a2c22beab1 100644
--- a/Zend/tests/catch_finally_004.phpt
+++ b/Zend/tests/try/catch_finally_004.phpt
diff --git a/Zend/tests/catch_finally_005.phpt b/Zend/tests/try/catch_finally_005.phpt
index c2fd55df27..c2fd55df27 100644
--- a/Zend/tests/catch_finally_005.phpt
+++ b/Zend/tests/try/catch_finally_005.phpt
diff --git a/Zend/tests/catch_finally_006.phpt b/Zend/tests/try/catch_finally_006.phpt
index 216219b6a5..216219b6a5 100644
--- a/Zend/tests/catch_finally_006.phpt
+++ b/Zend/tests/try/catch_finally_006.phpt
diff --git a/Zend/tests/finally_goto_001.phpt b/Zend/tests/try/finally_goto_001.phpt
index 990f78d4c7..990f78d4c7 100644
--- a/Zend/tests/finally_goto_001.phpt
+++ b/Zend/tests/try/finally_goto_001.phpt
diff --git a/Zend/tests/finally_goto_002.phpt b/Zend/tests/try/finally_goto_002.phpt
index a6bd9e307f..a6bd9e307f 100644
--- a/Zend/tests/finally_goto_002.phpt
+++ b/Zend/tests/try/finally_goto_002.phpt
diff --git a/Zend/tests/finally_goto_003.phpt b/Zend/tests/try/finally_goto_003.phpt
index 8529ff7865..8529ff7865 100644
--- a/Zend/tests/finally_goto_003.phpt
+++ b/Zend/tests/try/finally_goto_003.phpt
diff --git a/Zend/tests/finally_goto_004.phpt b/Zend/tests/try/finally_goto_004.phpt
index d88ceedf52..d88ceedf52 100644
--- a/Zend/tests/finally_goto_004.phpt
+++ b/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
index 3d478f461a..3d478f461a 100644
--- a/Zend/tests/try_catch_finally_001.phpt
+++ b/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
index 79efcb3de8..79efcb3de8 100644
--- a/Zend/tests/try_catch_finally_002.phpt
+++ b/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
index 7ec8ec82db..7ec8ec82db 100644
--- a/Zend/tests/try_catch_finally_003.phpt
+++ b/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
index eb8d0966a1..eb8d0966a1 100644
--- a/Zend/tests/try_catch_finally_004.phpt
+++ b/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
index dafeb6bbe0..dafeb6bbe0 100644
--- a/Zend/tests/try_catch_finally_005.phpt
+++ b/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
index dab6af6a58..dab6af6a58 100644
--- a/Zend/tests/try_catch_finally_006.phpt
+++ b/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
index ad33c68131..ad33c68131 100644
--- a/Zend/tests/try_catch_finally_007.phpt
+++ b/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
index 33744d064c..33744d064c 100644
--- a/Zend/tests/try_finally_001.phpt
+++ b/Zend/tests/try/try_finally_001.phpt
diff --git a/Zend/tests/try_finally_002.phpt b/Zend/tests/try/try_finally_002.phpt
index 99a34f62fb..99a34f62fb 100644
--- a/Zend/tests/try_finally_002.phpt
+++ b/Zend/tests/try/try_finally_002.phpt
diff --git a/Zend/tests/try_finally_003.phpt b/Zend/tests/try/try_finally_003.phpt
index b0fee7c6d7..b0fee7c6d7 100644
--- a/Zend/tests/try_finally_003.phpt
+++ b/Zend/tests/try/try_finally_003.phpt
diff --git a/Zend/tests/try_finally_004.phpt b/Zend/tests/try/try_finally_004.phpt
index 08930a40c5..08930a40c5 100644
--- a/Zend/tests/try_finally_004.phpt
+++ b/Zend/tests/try/try_finally_004.phpt
diff --git a/Zend/tests/try_finally_005.phpt b/Zend/tests/try/try_finally_005.phpt
index 8664d6b1bf..8664d6b1bf 100644
--- a/Zend/tests/try_finally_005.phpt
+++ b/Zend/tests/try/try_finally_005.phpt
diff --git a/Zend/tests/try_finally_006.phpt b/Zend/tests/try/try_finally_006.phpt
index f53e6b5bc1..f53e6b5bc1 100644
--- a/Zend/tests/try_finally_006.phpt
+++ b/Zend/tests/try/try_finally_006.phpt
diff --git a/Zend/tests/try_finally_007.phpt b/Zend/tests/try/try_finally_007.phpt
index 634937495c..634937495c 100644
--- a/Zend/tests/try_finally_007.phpt
+++ b/Zend/tests/try/try_finally_007.phpt
diff --git a/Zend/tests/try_finally_008.phpt b/Zend/tests/try/try_finally_008.phpt
index cee37aedab..cee37aedab 100644
--- a/Zend/tests/try_finally_008.phpt
+++ b/Zend/tests/try/try_finally_008.phpt
diff --git a/Zend/tests/try_finally_009.phpt b/Zend/tests/try/try_finally_009.phpt
index b29930a75e..b29930a75e 100644
--- a/Zend/tests/try_finally_009.phpt
+++ b/Zend/tests/try/try_finally_009.phpt
diff --git a/Zend/tests/try_finally_010.phpt b/Zend/tests/try/try_finally_010.phpt
index 91eb7821ee..91eb7821ee 100644
--- a/Zend/tests/try_finally_010.phpt
+++ b/Zend/tests/try/try_finally_010.phpt
diff --git a/Zend/tests/try_finally_011.phpt b/Zend/tests/try/try_finally_011.phpt
index 8a9dc62ca4..8a9dc62ca4 100644
--- a/Zend/tests/try_finally_011.phpt
+++ b/Zend/tests/try/try_finally_011.phpt
diff --git a/Zend/tests/try_finally_012.phpt b/Zend/tests/try/try_finally_012.phpt
index 32fec7ab29..32fec7ab29 100644
--- a/Zend/tests/try_finally_012.phpt
+++ b/Zend/tests/try/try_finally_012.phpt