0

Closure direct call

Posted by PHPVote 9 years ago

Allow the following syntax: ```php function bar(){ return function(){} } bar()(); //Parse error: syntax error, unexpected '(' ```
Cryde ยท 5 years ago