Hi!

> This Feature Request is about the implementation of lazy statements.
> 
> Basically it should implements a 'lazy' keyword (or similar) and
> structured like an anonymous function, except that it doesn't accepts
> arguments, but accept the use() feature.
> 
>     $var = lazy { return 1; }

Is this just keystroke saving for function() or is this supposed to do
something additional?

-- 
Stas Malyshev
smalys...@gmail.com

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

Reply via email to