PHP-Parser 3.0 adds support for PHP 7.1 and improves support for error recovery.
For a description of backwards incompatible changes between version 2.x and 3.0 see the upgrading guide.
The following changelog only lists changes relative to the beta 2 release. For a complete list of changes see the complete changelog.
Added
- Added support for dumping node positions in the NodeDumper through the
dumpPositions
option. - Added error recovery support for
$
,new
,Foo::
.