nikic
|
613aa84f80
|
[5.4] Add support for static closures
This adds another property to Expr_Closure named "static". It's true for static closures and false otherwise.
|
2011-10-29 00:16:29 +02:00 |
|
nikic
|
f202aa9814
|
[API] Make all constructors specialized
For nodes that accept many optional arguments I chose to keep the $subNodes argument, but provide default values instead.
|
2011-10-28 19:06:24 +02:00 |
|
nikic
|
25f37ccc28
|
[API] Rename LambdaFunc to Closure
The term "closure" is more commonly used in PHP, even if the function doesn't use() any variables.
|
2011-10-26 18:34:12 +02:00 |
|