xref: /php-src/Zend/tests/jump/jump06.phpt (revision 275f63e7)
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