php-src/Zend/tests/jump06.phpt
2012-10-10 10:27:49 +08:00

9 lines
151 B
PHP

--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