Ref T4334. As it turns out, a major overhaul of the syntax wasn't needed.
This adds support for stuff like SomeClass::SOME_CONST[$idx] which was introduced in PHP 7.
Differential D16138
Support class const dereferencing in xhpast richardvanvelzen on Jun 17 2016, 9:53 AM. Authored by Tags None Referenced Files
Details
Ref T4334. As it turns out, a major overhaul of the syntax wasn't needed. This adds support for stuff like SomeClass::SOME_CONST[$idx] which was introduced in PHP 7. Added a test case. Ran tests on libphutil and arcanist with both PHP 5 and PHP 7.
Diff Detail
|