summaryrefslogtreecommitdiff
path: root/Zend/tests/jump06.phpt
blob: ef01b0e5b3a8889d2e7665be3a8dff956a6e7d99 (plain)
1
2
3
4
5
6
7
8
--TEST--
jump 06: goto to undefined label
--FILE--
<?php
goto L1;
?>
--EXPECTF--
Fatal error: 'goto' to undefined label 'L1' in %sjump06.php on line 2