php-src/Zend/tests/jump06.phpt

9 lines
151 B
Plaintext
Raw Normal View History

--TEST--
2006-03-14 11:20:19 +00:00
jump 06: goto to undefined label
--FILE--
<?php
2006-03-14 11:20:19 +00:00
goto L1;
?>
--EXPECTF--
2006-03-14 11:20:19 +00:00
Fatal error: 'goto' to undefined label 'L1' in %sjump06.php on line 2