summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-0/+4
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Change Attribute Syntax from @@ to #[]Benjamin Eberlei2020-09-021-0/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+1
* Implement named parametersNikita Popov2020-07-311-0/+1
* Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-0/+2
* Implement match expressionIlija Tovilo2020-07-091-0/+3
* Implement "Constructor Promotion" RFCNikita Popov2020-06-051-5/+13
* Add AttributesBenjamin Eberlei2020-06-041-4/+10
* Implement union typesNikita Popov2019-11-081-0/+1
* Implement arrow functionsNikita Popov2019-05-021-0/+5
* Revert "Switch to bison location tracking"Nikita Popov2019-03-281-51/+39
* Switch to bison location trackingNikita Popov2019-03-211-39/+51
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Implement ??= operatorNikita Popov2019-01-221-0/+1
* Implement typed propertiesNikita Popov2019-01-111-0/+1
* Fix intl buildNikita Popov2019-01-041-1/+1
* Introduce separate ZEND_AST_CLASS_NAME AST nodeNikita Popov2019-01-041-0/+2
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Gereralize VA macro expansion mechanismAnatol Belski2018-06-211-19/+4
* Workaround VA macro expansion difference with VC++Anatol Belski2018-03-151-2/+17
* Optmized AST creationDmitry Stogov2018-03-151-23/+71
* zend_ast_destroy() optimizationDmitry Stogov2018-03-151-1/+1
* Access extra data stored in zval through macrosDmitry Stogov2018-01-231-1/+1
* Optimize zval_dtor_func()Dmitry Stogov2018-01-161-0/+1
* year++Xinchen Hui2018-01-021-1/+1
* Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-0/+10
* Changed zend_ast_ref structure to use only one allocation, removing dichotomy...Dmitry Stogov2017-10-091-2/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+10
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-231-0/+1
|\
| * Fix lineno for AST_ZVAL nodesNikita Popov2017-03-231-0/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | 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