1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 18:28:25 +01:00
PHP-Parser/test/code/parser/stmt/class
Nikita Popov 3ad0d4b310 Add support for return type declarations [PHP 7]
This adds an additional "returnType" subnode to Stmt\Function_,
Stmt\ClassMethod and Expr\Closure, as well as the corresponding
support in the name resolver and pretty printer.
2015-03-12 22:16:12 +01:00
..
abstract.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
conditional.test Guarantee that subnodes are always in the right order 2014-03-22 14:49:56 +01:00
final.test Guarantee that subnodes are always in the right order 2014-03-22 14:49:56 +01:00
implicitPublic.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
interface.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
modifier.test-fail Error on final or abstract properties 2014-11-13 20:25:52 +01:00
name.test-fail Synchronized error messages with native php error messages 2014-02-12 20:19:48 +01:00
php4Style.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
simple.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
staticMethod.test-fail Synchronized error messages with native php error messages 2014-02-12 20:19:48 +01:00
trait.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00