summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
Commit message (Expand)AuthorAgeFilesLines
* Improve the signatureXinchen Hui2016-06-141-1/+2
* Only allow single comma in tailXinchen Hui2016-06-141-1/+1
* CleanupXinchen Hui2016-06-131-1/+1
* CleanupXinchen Hui2016-06-131-1/+6
* Allow for [] = $array; (alias for list())Bob Weinand2016-05-201-1/+0
* Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-1/+1
|/
* Fix bug #70650Márcio Almada2015-10-071-1/+1
* Also unreserve T_CLASSBob Weinand2015-05-251-1/+0
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-0/+1
|\
| * WIPNikita Popov2015-02-281-0/+1
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-1/+1
* | fix compilation warnings, rename batch_use to group_useMárcio Almada2015-03-081-1/+1
* | first implementation of batch use compilationMárcio Almada2015-03-071-0/+1
* | Implemented AST pretty-printerDmitry Stogov2015-02-191-0/+1
|/
* Implement return typesLevi Morrison2015-01-271-2/+2
* fix declarationAnatol Belski2015-01-201-1/+1
* Provide compiler hook for altering the AST pre-compilation.Sara Golemon2015-01-191-0/+3
* bump yearXinchen Hui2015-01-151-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
* Merge branch 'coalesce_operator'Andrea Faulds2014-09-281-0/+1
|\
| * Initial coalesce operator implementationNikita Popov2014-09-161-0/+1
* | Test error conditions for ct class const refsNikita Popov2014-09-231-1/+3
* | Changed "inline" into "zend_always_inline"Dmitry Stogov2014-09-181-12/+12
|/
* Don't distinguish between ast/list in parserNikita Popov2014-08-291-2/+2
* Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-251-16/+16
|\
* | zend_ast_create determined child count automaticallyNikita Popov2014-07-281-7/+5
* | Remove zend_ast_create_unary etcNikita Popov2014-07-281-12/+0
* | Add zend_ast_list* variant to parser stack elementNikita Popov2014-07-281-6/+2
* | Minor cleanups in AST codeNikita Popov2014-07-281-14/+15
* | Use separate node type for listsNikita Popov2014-07-281-67/+106
* | Store lineno for zval ast nodes more efficientlyNikita Popov2014-07-271-1/+9
* | Create namespace_name via ASTNikita Popov2014-07-261-3/+0
* | zend_do_return -> zend_emit_final_returnNikita Popov2014-07-261-6/+0
* | Make lexer return AST nodesNikita Popov2014-07-261-23/+7
* | Add functions for create str/long ast directlyNikita Popov2014-07-261-0/+10
* | Fix leaksNikita Popov2014-07-261-0/+1
* | Implement declare()Nikita Popov2014-07-221-0/+1
* | __halt_compiler() without haling compilerNikita Popov2014-07-221-0/+1
* | Partial NS port (semicolon, no errors)Nikita Popov2014-07-221-0/+1
* | Port constant declarationNikita Popov2014-07-221-0/+1
* | Port use statementNikita Popov2014-07-211-0/+3
* | Partial port of class declarationsNikita Popov2014-07-211-0/+2
* | Prepare zend_ast_decl for reuse with classesNikita Popov2014-07-211-8/+6
* | Port trait usesNikita Popov2014-07-191-1/+7
* | Port class const declNikita Popov2014-07-191-0/+3
* | Port property declarationsNikita Popov2014-07-191-0/+3
* | Port methodsNikita Popov2014-07-191-0/+1
* | Support static closuresNikita Popov2014-07-181-2/+3