nikic
|
05c514f9c5
|
Instantiate a Node_Name for 'static', too. Fix some doc comments.
|
2011-08-19 17:44:42 +02:00 |
|
nikic
|
ca51472c2f
|
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)
|
2011-08-14 18:51:42 +02:00 |
|
nikic
|
29bac2a120
|
Further Name node methods
|
2011-08-04 16:30:04 +02:00 |
|
nikic
|
2703f42933
|
If the short alias syntax is used compute the alias instead of setting it to null
|
2011-08-04 12:58:12 +02:00 |
|
nikic
|
eaa9e62900
|
Add checks against use of self / parent class names and static constructors
|
2011-08-04 12:03:34 +02:00 |
|
nikic
|
dd2404b57a
|
Rename "ns" to "name" in Stmt_UseUse
|
2011-08-04 12:01:03 +02:00 |
|
nikic
|
962c4dc0f0
|
Add some more unit tests
|
2011-07-13 23:07:05 +02:00 |
|
nikic
|
d94cd1998b
|
fix typos
|
2011-06-26 18:45:19 +02:00 |
|
nikic
|
fb45e8a30c
|
Put statements belonging to a namespace statement into its stmt property, add some further checks against invalid namespace usage and fix the pretty printer to print global namespaces
|
2011-06-26 18:41:01 +02:00 |
|
nikic
|
363a0771da
|
fix incorrect usages of old ParseErrorException
|
2011-06-06 18:59:14 +02:00 |
|
nikic
|
620525a5da
|
Prefix all classes with PHPParser_
|
2011-06-05 18:40:04 +02:00 |
|