Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

PHP 5.6 compatibility improvements, ->: operator, nested array specifications

Latest
Compare
Choose a tag to compare
@fredemmott fredemmott released this 02 Mar 20:21
  • The runtime is now a separate repository: https://github.com/facebook/xhp-lib
  • ->: operator for attribute access is now supported (copied from HHVM)
  • (new foo())->doSomething() is now supported (PHP 5.6)
  • ... operator is now supported (PHP 5.6)
  • support nested array specifications - eg array<array<string, int>>