#
21eb6807 |
| 27-Jul-2014 |
Nikita Popov |
Store lineno for zval ast nodes more efficiently |
#
bea85f58 |
| 27-Jul-2014 |
Nikita Popov |
Use more specific parser stack nodes |
#
a74515e2 |
| 27-Jul-2014 |
Nikita Popov |
Separate class type and start lineno |
#
0b86b1c8 |
| 27-Jul-2014 |
Nikita Popov |
Store doc comments in separate stack entry from start lineno |
#
1ea9a2d9 |
| 27-Jul-2014 |
Nikita Popov |
Cleanup member modifier code |
#
df42793c |
| 26-Jul-2014 |
Nikita Popov |
Create namespace_name via AST |
#
4ca4b423 |
| 26-Jul-2014 |
Nikita Popov |
Make lexer return AST nodes |
#
a51e00a8 |
| 26-Jul-2014 |
Nikita Popov |
Add functions for create str/long ast directly |
#
689891c2 |
| 24-Jul-2014 |
Nikita Popov |
Expose ast via CG(ast) |
Revision tags: php-5.5.15, php-5.4.31 |
|
#
18596740 |
| 22-Jul-2014 |
Nikita Popov |
Port ZEND_BIND_GLOBAL optimization |
#
b9be66eb |
| 22-Jul-2014 |
Nikita Popov |
Implement declare() |
#
2653b8b5 |
| 22-Jul-2014 |
Nikita Popov |
Handle __halt_compiler() |
#
3becdb33 |
| 22-Jul-2014 |
Nikita Popov |
__halt_compiler() without haling compiler |
#
de2f132f |
| 22-Jul-2014 |
Nikita Popov |
Add NS error checks Those can probably be implemented in a better way now... |
#
776800b0 |
| 22-Jul-2014 |
Nikita Popov |
Discard NS doc comments |
#
cc0bef66 |
| 22-Jul-2014 |
Nikita Popov |
Fix namespace\, maybe |
#
9c69c41a |
| 22-Jul-2014 |
Nikita Popov |
Port top level stmt Problem: namespace\foo no longer works :/ |
#
8a2ff6b5 |
| 22-Jul-2014 |
Nikita Popov |
Partial NS port (semicolon, no errors) |
#
b6c9eb21 |
| 22-Jul-2014 |
Nikita Popov |
Port constant declaration |
#
64151ec3 |
| 21-Jul-2014 |
Nikita Popov |
Port function/const use |
#
37ac1b96 |
| 21-Jul-2014 |
Nikita Popov |
Port use statement |
#
18fd2a18 |
| 21-Jul-2014 |
Nikita Popov |
Port __TRAIT__ and __CLASS__ to AST |
#
00531551 |
| 21-Jul-2014 |
Nikita Popov |
Mostly finish class declarations (~50 failing tests) |
#
b24bda6b |
| 21-Jul-2014 |
Nikita Popov |
Partial port of class declarations |
#
461bce52 |
| 21-Jul-2014 |
Nikita Popov |
Prepare zend_ast_decl for reuse with classes |