summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-4/+4
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-7/+7
* | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-2/+2
* | Fix bad run_time_cache with Closure::call()Bob Weinand2015-06-211-2/+28
* | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)...Dmitry Stogov2015-06-161-2/+6
* | Complete fix for problems related to bug #69802Dmitry Stogov2015-06-161-2/+3
* | Merge branch 'PHP-5.6'Nikita Popov2015-05-291-1/+4
|\ \ | |/
| * Preserve VARIADIC flag for Closure::__invoke()Nikita Popov2015-05-291-1/+3
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-0/+1
| |\
| | * Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+1
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Ban rebinding closures to different internal classesStanislav Malyshev2015-05-121-1/+15
* | | Don't implicitly make closures in static methods staticNikita Popov2015-05-061-5/+2
* | | Fix LSB handling for closuresNikita Popov2015-05-051-14/+20
* | | Cleanup comments and add related tests.Dmitry Stogov2015-04-231-1/+4
* | | Use temporary debug_info for closuresNikita Popov2015-04-161-53/+39
* | | We don't need this protection anymore (now reference counting on closures is ...Dmitry Stogov2015-04-011-7/+0
* | | Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-1/+1
* | | More accurate reference counting on closuresDmitry Stogov2015-03-101-1/+1
* | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-101-4/+4
* | | Implement engine exceptionsDmitry Stogov2015-03-091-4/+4
* | | Only do this in debug buildXinchen Hui2015-02-211-1/+3
* | | Fixed mem issue with internal return type hinting assertXinchen Hui2015-02-211-0/+1
* | | don't count op_arrays stored in opcache SHMDmitry Stogov2015-02-201-1/+3
* | | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-2/+1
* | | Merge branch 'pull-request/994'Stanislav Malyshev2015-01-311-0/+1
|\ \ \
| * | | Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-131-0/+1
| | |/ | |/|
* | | Merge branch 'typed_returns' of github.com:morrisonlevi/php-src into testDmitry Stogov2015-01-281-1/+3
|\ \ \
| * | | Implement return typesLevi Morrison2015-01-271-1/+1
|/ / /
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | | Added new API function 'zend_string* zend_string_tolower(zend_string*)'.Dmitry Stogov2014-12-241-4/+3
* | | Don't count variadic argument in zend_func.common.num_args. This allows faste...Dmitry Stogov2014-12-221-2/+6
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-37/+37
* | | Fixed compilation warningsDmitry Stogov2014-12-121-1/+1
* | | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-1/+1
* | | Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->cla...Dmitry Stogov2014-12-031-1/+2
* | | Remove support for classes without class entriesNikita Popov2014-10-091-1/+1
* | | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-1/+1
* | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* | | It should be intXinchen Hui2014-08-271-2/+1
* | | Fixed folder markXinchen Hui2014-08-271-1/+1
* | | Fixed Closure::apply() for int64Andrea Faulds2014-08-271-1/+2
* | | Merge branch 'master' into Closure_applyAndrea Faulds2014-08-271-14/+11
|\ \ \
| * | | Add zend_string_equals and zend_string_equals_literalNikita Popov2014-08-251-5/+2
| * | | master renames phase 2Anatol Belski2014-08-251-1/+1
| * | | master renames phase 1Anatol Belski2014-08-251-8/+8
* | | | Just return, no need for RETURN_NULL()Andrea Faulds2014-08-201-3/+3
* | | | AccuracyAndrea Faulds2014-08-181-1/+1