summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Handle function doc commentsNikita Popov2014-07-181-1/+3
* | Fix lexer/compiler interdependencyNikita Popov2014-07-181-1/+2
* | Use dedicated func_decl ast nodeNikita Popov2014-07-181-1/+17
* | Port closuresNikita Popov2014-07-181-0/+1
* | Port closure useNikita Popov2014-07-181-0/+2
* | Port __FUNCTION__ to ASTNikita Popov2014-07-161-0/+1
* | Preliminary function decl supportNikita Popov2014-07-161-0/+2
* | Port parameter defsNikita Popov2014-07-141-0/+4
* | Rename params -> argsNikita Popov2014-07-131-1/+1
* | Port static varsNikita Popov2014-07-121-0/+1
* | Store (bad) estimate of lineno with astNikita Popov2014-07-121-0/+2
* | Port try/catchNikita Popov2014-07-121-0/+5
* | Port switchNikita Popov2014-07-111-0/+3
* | Port foreachNikita Popov2014-07-111-0/+2
* | Port if (partial)Nikita Popov2014-07-101-0/+2
* | Support creating of ast nodes with >3 childrenNikita Popov2014-07-101-11/+15
* | Port do/whileNikita Popov2014-07-101-0/+1
* | Port whileNikita Popov2014-07-101-0/+2
* | Port goto labelNikita Popov2014-07-091-0/+1
* | Make unticked_statement an ast node (usually NULL)Nikita Popov2014-07-091-1/+4
* | Port throwNikita Popov2014-07-091-1/+0
* | Port echoNikita Popov2014-07-071-0/+1
* | Port return statementNikita Popov2014-07-071-20/+19
* | Rename ZEND_CONST to ZEND_AST_ZVALNikita Popov2014-06-281-6/+3
* | Bring static scalar AST more in line with normal ASTNikita Popov2014-06-261-3/+0
* | Const eval unary pm (as previously)Nikita Popov2014-06-261-6/+5
* | Implement constant expression folding as a separate passNikita Popov2014-06-231-0/+1
* | Support string interpolationNikita Popov2014-06-211-0/+2
* | zend_ast_dynamic_ast returns new nodeNikita Popov2014-06-211-2/+6
* | AST stage 2.4Nikita Popov2014-06-211-9/+26
* | Add ability to specify additional attr in ASTNikita Popov2014-06-191-12/+31
* | Make ast->children a uintNikita Popov2014-06-191-2/+3
* | AST stage 1.9Nikita Popov2014-06-191-0/+19
* | AST-based compiler: Stage 1Nikita Popov2014-06-141-1/+48
* | Remove (&ast->u.child)[i] weirdnessNikita Popov2014-06-061-4/+11
|/
* Re-applyed Bob's patch with minor fixesDmitry Stogov2014-05-071-0/+3
* Reverted Bob's patch (it breaks many tests when run with opcache and needs to...Dmitry Stogov2014-05-071-3/+0
* Re-added fix for bug #66015 and adapted for phpng branchBob Weinand2014-05-061-0/+3
* Use better data structures (incomplete)Xinchen Hui2014-02-111-2/+0
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: refe...Dmitry Stogov2013-12-101-1/+1
* Moved arrays again to "static_scalar:" & little cleanupBob Weinand2013-11-071-1/+1
* RenamingDmitry Stogov2013-11-071-8/+8
* Constant expressions refactoringDmitry Stogov2013-11-061-23/+24
* Fixed mem leaks, added tests and ternary operatorBob Weinand2013-10-311-6/+6
* Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-0/+60