parser-reflection icon indicating copy to clipboard operation
parser-reflection copied to clipboard

Check for the PHP7.1 support

Open lisachenko opened this issue 9 years ago • 3 comments

Need to check how new features from PHP7.1 like void return type will work.

  • [x] Allow to use nikic/php-parser ~3.0 for parsing PHP7.1 code
  • [x] Add support for new return types, such as void and iterable
  • [x] Add support for nullable parameters and return types
  • [ ] Add ReflectionClassConstant support

lisachenko avatar Jun 02 '16 14:06 lisachenko

Related issue for tracking: https://github.com/nikic/PHP-Parser/issues/260

lisachenko avatar Jul 04 '16 10:07 lisachenko

Partially prepared for PHP7.1, enabled nikic/php-parser ~3.0. Refactored tests to be able to run them on different platforms.

lisachenko avatar Dec 16 '16 15:12 lisachenko

Added support for the nullable types in 7.1

lisachenko avatar Dec 19 '16 14:12 lisachenko

Closed as not relevant anymore

lisachenko avatar Jan 12 '24 08:01 lisachenko