php-src/Zend/tests/duplicate_label_error.phpt

13 lines
152 B
Plaintext
Raw Normal View History

--TEST--
Duplicate labels are not allowed
--FILE--
<?php
foo:
foo:
goto foo;
?>
--EXPECTF--
Fatal error: Label 'foo' already defined in %s on line %d