xref: /PHP-5.5/Zend/tests/jump06.phpt (revision 610c7fbe)
1--TEST--
2jump 06: goto to undefined label
3--FILE--
4<?php
5goto L1;
6?>
7--EXPECTF--
8Fatal error: 'goto' to undefined label 'L1' in %sjump06.php on line 2
9