diff options
Diffstat (limited to 'Zend/tests/try/try_catch_finally_007.phpt')
| -rw-r--r-- | Zend/tests/try/try_catch_finally_007.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/try/try_catch_finally_007.phpt b/Zend/tests/try/try_catch_finally_007.phpt index 224d9d9938..7c2d5ea125 100644 --- a/Zend/tests/try/try_catch_finally_007.phpt +++ b/Zend/tests/try/try_catch_finally_007.phpt @@ -19,7 +19,7 @@ function foo($ret = FALSE) { } } catch (Exception $e) { goto local; -local: +local: var_dump("catched"); if ($ret) return "return"; } finally { |
