History log of /PHP-Parser/ (Results 1526 – 1550 of 1651)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a7a7dfce30-Sep-2011 nikic

Remove useless condition from Throw printer

535cf21b30-Sep-2011 nikic

Swap argument order for Node_Case

$cond is now the first parameter and is not optional.

b7a034cd29-Sep-2011 nikic

Remove redundant check in NameResolver

53d3334528-Sep-2011 nikic

Simplify resolveOtherName logic

ab72f98528-Sep-2011 nikic

Add NameResolver

The NameResolver visitor tries to resolve all names to fully qualified names. It will resolve all non-dynamic names, apart from unqualified function and constant names. The

Add NameResolver

The NameResolver visitor tries to resolve all names to fully qualified names. It will resolve all non-dynamic names, apart from unqualified function and constant names. The latter can not be resolved properly without running the code.

show more ...

6218380728-Sep-2011 nikic

Add test coverage for Node_Name

And fix bugs found while doing so.

92f7930028-Sep-2011 nikic

Fix some readme + doccomment typos

d53173c224-Sep-2011 nikic

Don't use references in NodeTraverser

Stop using reference magic in the NodeTraverser. Instead use normal return values. Additionally enfore that an array is passed to ->traverse().

d5f148b424-Sep-2011 nikic

Merge Node_Name and Node_Name_Normal

df7cb44e24-Sep-2011 nikic

Use seperate Name node classes instead of type subnode

8585457323-Sep-2011 nikic

Add shared Node_Const

Node_Const is shared between Node_Stmt_ClassConst and Node_Stmt_Const. Maybe one could generalize it to a Node_NameToValue to share it with Node_Stmt_Declare too.

8bd8e81523-Sep-2011 nikic

Add missing doc and pretty print for Stmt_Declare

ea65ea7a23-Sep-2011 nikic

Make some doc comments more precise

Additionally add two further constructors

ee4e55dc22-Sep-2011 nikic

Move Node_Expr_FuncCallArg to Node_Arg (just like Node_Param)

06b7d63422-Sep-2011 nikic

Add specialized constructors for statement nodes with only one subnode

a551bbc521-Sep-2011 nikic

Add PHPParser_Node interface

3583c19505-Sep-2011 nikic

Improve NodeDumper performance and make testAgainstDirectory more friendly

847cdbc502-Sep-2011 nikic

Swap argument order for ArrayItem

393221ce31-Aug-2011 nikic

Some minor improvements (performance and exception wise) for the node traverser

63525d3622-Aug-2011 nikic

Fix / improve some method doc docomments / signatures

9cc2cf3220-Aug-2011 nikic

Iterate replacement nodes using all visitors apart from the one having made the replacement

17a81b5c20-Aug-2011 nikic

Properly parse escape sequences:

* Add support for oct and hex escape sequences
* Take used quote type into account when parsing encapsed strings

05c514f919-Aug-2011 nikic

Instantiate a Node_Name for 'static', too. Fix some doc comments.

2998930619-Aug-2011 nikic

Fix NodeTraverser by putting to-be-deleted and to-be-merged nodes into the same queue. Additionally do not further iterate queued nodes.

ca51472c14-Aug-2011 nikic

Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods)

1...<<61626364656667