summaryrefslogtreecommitdiff
path: root/Zend/tests/jump14.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/jump14.phpt')
-rw-r--r--Zend/tests/jump14.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/jump14.phpt b/Zend/tests/jump14.phpt
index 2cc6391ce9..f55480acc7 100644
--- a/Zend/tests/jump14.phpt
+++ b/Zend/tests/jump14.phpt
@@ -1,13 +1,13 @@
--TEST--
Testing GOTO inside blocks
--FILE--
-<?php
+<?php
goto A;
{
B:
- goto C;
+ goto C;
return;
}