summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-241-1/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers.Dmitry Stogov2018-08-201-0/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-0/+4
* Revert "Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closur...Dmitry Stogov2018-01-111-4/+0
* Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-0/+4
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Introduce BIND_LEXICALNikita Popov2015-12-291-0/+1
|/
* Forbid "fake" closure rebindingDmitry Stogov2015-10-121-0/+1
* Fix LSB handling for closuresNikita Popov2015-05-051-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-5/+5
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #61025 (__invoke() visibility not honored)Xinchen Hui2013-03-081-2/+0
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* restore $this support for closures to its former gloryStanislav Malyshev2010-04-191-1/+2
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-3/+1
* Reverted "Rebind closure when binding to property"Dmitry Stogov2009-01-141-1/+0
* - MFH Rebind closure when binding to propertyMarcus Boerger2009-01-031-0/+1
* - MFH Add reflection support helpersMarcus Boerger2009-01-031-0/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Made closures implementation reflection friendly (Christian)Dmitry Stogov2008-08-111-0/+5
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+42