-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Testing GOTO inside blocks
--FILE--
<?php 

goto A;

{
	B:
		goto C;	
		return;
}

A:
	goto B;



{
	C:
	{
		print "Done!\n";
	}
}

?>
--EXPECT--
Done!

Copyright © 2017 || Recoded By Mr.Bumblebee