-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/exception_002.phpt

--TEST--
Testing exception and GOTO
--FILE--
<?php 

goto foo;

try {
	print 1;
	
	foo:
	print 2;
} catch (Exception $e) {
	
}

?>
--EXPECT--
2

Copyright © 2017 || Recoded By Mr.Bumblebee