Hi,

On Tue, 2015-05-12 at 14:44 -0400, Bishop Bettini wrote:
> 5.3 and later, including 7 and HHVM:
> Fatal error: Call to undefined function bar()

5.3 introduced goto and labels.

foo:bar();

is equal to

foo:
bar();

meaning a label foo and then a function call.

johannes



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to