mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 17:57:59 +01:00
f57d217e91
To conform with current PHP 7 implementation * Allow use \Foo\{Bar}; * Disallow use Foo\{\Bar}; * Disallow missing trailing semicolon (that was a bug) |
||
---|---|---|
.. | ||
alias.test | ||
braced.test | ||
groupUse.test | ||
groupUseErrors.test | ||
invalidName.test | ||
mix.test | ||
name.test | ||
nested.test | ||
notBraced.test | ||
outsideStmt.test | ||
outsideStmtInvalid.test |