github nikic/PHP-Parser v2.1.1
PHP-Parser 2.1.1

latest releases: v4.19.1, v4.19.0, v5.0.2...
7 years ago

Changed

  • The pretty printer will now escape all control characters in the range \x00-\x1F inside double quoted strings. If no special escape sequence is available, an octal escape will be used.
  • The quality of the error recovery has been improved. In particular unterminated expressions should be handled more gracefully.
  • The PHP 7 parser will now generate a parse error for $var =& new Obj assignments.
  • Comments on free-standing code blocks will now be retained as comments on the first statement in the code block.

Don't miss a new PHP-Parser release

NewReleases is sending notifications on new releases.