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