nikic
|
d9a23f2dc7
|
Add specialized constructors for Expr_Array*, make Variable an Expr
|
2011-08-11 08:13:01 +02:00 |
|
nikic
|
c06cbb53dc
|
Make for-loop formatting nicer
|
2011-08-11 07:53:55 +02:00 |
|
nikic
|
ae46aeda7f
|
Don't save whether a string is binary anymore. The binary flag isn't going to be used in the next couple of years, so it doesn't make sense to unnecessarily complicate things.
|
2011-08-09 14:19:44 +02:00 |
|
nikic
|
197b8e6967
|
Don't save quote type for strings anymore (as it is irrelevant for script execution)
|
2011-08-09 14:12:15 +02:00 |
|
nikic
|
ffecbf8ca5
|
Let the pretty printing methods for statements decide for themselves whether or not they add a semicolon. Only automatically add semicolons for expressions.
|
2011-08-04 18:44:21 +02:00 |
|
nikic
|
9c53838b1f
|
Properly handle fully qualified and relative names
|
2011-08-04 13:53:23 +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
|
dd2404b57a
|
Rename "ns" to "name" in Stmt_UseUse
|
2011-08-04 12:01:03 +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 |
|