We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2279b commit 0c84befCopy full SHA for 0c84bef
ChangeLog.md
@@ -3,6 +3,13 @@ XP Compiler ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+* Merged PR #114: Implements first-class callable syntax: `strlen(...)`
7
+ now returns a closure which if invoked with a string argument, returns
8
+ its length. Includes support for static and instance methods as well as
9
+ indirect references like `$closure(...)` and `self::{$expression}(...)`,
10
+ see https://wiki.php.net/rfc/first_class_callable_syntax
11
+ (@thekid)
12
+
13
## 6.5.0 / 2021-05-22
14
15
* Merged PR #111: Add support for directives using declare - @thekid
0 commit comments