summaryrefslogtreecommitdiff
path: root/Zend/tests/try
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/try')
-rw-r--r--Zend/tests/try/bug70228_7.phpt2
-rw-r--r--Zend/tests/try/bug70228_8.phpt2
-rw-r--r--Zend/tests/try/catch_002.phpt2
-rw-r--r--Zend/tests/try/catch_003.phpt2
-rw-r--r--Zend/tests/try/catch_004.phpt2
-rw-r--r--Zend/tests/try/try_finally_013.phpt2
-rw-r--r--Zend/tests/try/try_finally_014.phpt2
-rw-r--r--Zend/tests/try/try_finally_015.phpt2
-rw-r--r--Zend/tests/try/try_finally_016.phpt2
-rw-r--r--Zend/tests/try/try_finally_017.phpt2
10 files changed, 0 insertions, 20 deletions
diff --git a/Zend/tests/try/bug70228_7.phpt b/Zend/tests/try/bug70228_7.phpt
index 4b8a80351c..531708f86a 100644
--- a/Zend/tests/try/bug70228_7.phpt
+++ b/Zend/tests/try/bug70228_7.phpt
@@ -21,9 +21,7 @@ function foo() {
foo();
?>
-===DONE===
--EXPECT--
int(1)
int(2)
int(3)
-===DONE===
diff --git a/Zend/tests/try/bug70228_8.phpt b/Zend/tests/try/bug70228_8.phpt
index ad13113c71..93fc09f6a8 100644
--- a/Zend/tests/try/bug70228_8.phpt
+++ b/Zend/tests/try/bug70228_8.phpt
@@ -22,9 +22,7 @@ function foo() {
foo();
?>
-===DONE===
--EXPECT--
int(1)
int(2)
int(3)
-===DONE===
diff --git a/Zend/tests/try/catch_002.phpt b/Zend/tests/try/catch_002.phpt
index 11d736abe2..11dbccf7df 100644
--- a/Zend/tests/try/catch_002.phpt
+++ b/Zend/tests/try/catch_002.phpt
@@ -27,7 +27,5 @@ catch(Exception $e)
}
?>
-===DONE===
--EXPECT--
Caught
-===DONE===
diff --git a/Zend/tests/try/catch_003.phpt b/Zend/tests/try/catch_003.phpt
index 414d50f815..579011f867 100644
--- a/Zend/tests/try/catch_003.phpt
+++ b/Zend/tests/try/catch_003.phpt
@@ -32,7 +32,5 @@ catch(Exception $e)
}
?>
-===DONE===
--EXPECT--
Caught
-===DONE===
diff --git a/Zend/tests/try/catch_004.phpt b/Zend/tests/try/catch_004.phpt
index 7c269cc336..5ec82998f7 100644
--- a/Zend/tests/try/catch_004.phpt
+++ b/Zend/tests/try/catch_004.phpt
@@ -37,7 +37,5 @@ class MyObject
MyObject::test();
?>
-===DONE===
--EXPECT--
Caught
-===DONE===
diff --git a/Zend/tests/try/try_finally_013.phpt b/Zend/tests/try/try_finally_013.phpt
index a37df5147d..0e82dcbb4c 100644
--- a/Zend/tests/try/try_finally_013.phpt
+++ b/Zend/tests/try/try_finally_013.phpt
@@ -18,8 +18,6 @@ function foo() {
foo();
?>
-===DONE===
--EXPECT--
try
finally
-===DONE===
diff --git a/Zend/tests/try/try_finally_014.phpt b/Zend/tests/try/try_finally_014.phpt
index 284892a8b5..a45f63f1f3 100644
--- a/Zend/tests/try/try_finally_014.phpt
+++ b/Zend/tests/try/try_finally_014.phpt
@@ -20,8 +20,6 @@ function foo() {
foo();
?>
-===DONE===
--EXPECT--
try
finally
-===DONE===
diff --git a/Zend/tests/try/try_finally_015.phpt b/Zend/tests/try/try_finally_015.phpt
index d2580a2e33..f706b9c942 100644
--- a/Zend/tests/try/try_finally_015.phpt
+++ b/Zend/tests/try/try_finally_015.phpt
@@ -21,9 +21,7 @@ function foo() {
foo();
?>
-===DONE===
--EXPECT--
int(1)
int(2)
int(3)
-===DONE===
diff --git a/Zend/tests/try/try_finally_016.phpt b/Zend/tests/try/try_finally_016.phpt
index dc91b42b50..f78a2914af 100644
--- a/Zend/tests/try/try_finally_016.phpt
+++ b/Zend/tests/try/try_finally_016.phpt
@@ -32,8 +32,6 @@ try {
echo "outer catch\n";
}
?>
-===DONE===
--EXPECT--
finally
outer catch
-===DONE===
diff --git a/Zend/tests/try/try_finally_017.phpt b/Zend/tests/try/try_finally_017.phpt
index 5ba58afdea..b23840c611 100644
--- a/Zend/tests/try/try_finally_017.phpt
+++ b/Zend/tests/try/try_finally_017.phpt
@@ -34,9 +34,7 @@ function foo() {
foo();
?>
-===DONE===
--EXPECT--
finally1
catch2
finally2
-===DONE===