On Tue, 19 Feb 2013 16:31:39 -0000, Marcello Duarte <mdua...@inviqa.com> wrote:

On 19 Feb 2013, at 16:29, Morfi wrote:

($n) => { echo $n; }
($n) use ($m) => { echo $n; }

Morfi, the problem pointed out already is when you have no arguments it would be the same as the statement block, which would cause BC issues.

Why not () => { echo $n; } then?

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

Reply via email to