php-src/Zend/tests/jump06.phpt
2008-03-28 14:35:01 +00:00

9 lines
151 B
PHP
Executable File

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