#
3ad0d4b3 |
| 12-Mar-2015 |
Nikita Popov |
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 suppo
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.
show more ...
|
#
73cace36 |
| 02-Mar-2015 |
Thomas Ruiz |
Implicit public should not generate as explicit public
|
Revision tags: v1.1.0, v1.0.2 |
|
#
7fbdb79a |
| 03-Nov-2014 |
nikic |
Fix whitespace when printing trait alias modifiers
|
Revision tags: v1.0.1, v1.0.0, v1.0.0beta2, v0.9.5, v1.0.0beta1 |
|
#
91f68807 |
| 27-Mar-2014 |
nikic |
Improve pretty printing of empty statement lists The pStmts() method now also includes the leading \n, however only if the statement list is non-empty.
|
#
3b7829b0 |
| 26-Mar-2014 |
nikic |
Add support for function and constant import (PHP 5.6)
|
#
cda6f575 |
| 26-Mar-2014 |
nikic |
Add support for pow operator (PHP 5.6)
|
#
b5bcfa11 |
| 26-Mar-2014 |
nikic |
Add support for argument unpacking (PHP 5.6)
|
#
96f1151a |
| 26-Mar-2014 |
nikic |
Add support for variadic parameters (PHP 5.6)
|
#
c8c233f9 |
| 16-Mar-2014 |
Tomáš Polomský |
Correctly pretty print negative floats
|
#
f82862ec |
| 06-Feb-2014 |
nikic |
Port library to use namespaces, with BC for old names
|