summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed issues spotted by code reviewAndrea Faulds2014-08-181-3/+3
* | | Comment clarificationAndrea Faulds2014-08-181-1/+1
* | | Old comment, whitespaceAndrea Faulds2014-08-171-3/+3
* | | Don't allow unbound scoped closures; make ->call used passed object as scopeAndrea Faulds2014-08-171-21/+11
* | | Removed unused variableAndrea Faulds2014-08-171-1/+0
* | | Fixed and cleaned up implementaton of Closure::call() for phpngAndrea Faulds2014-08-171-21/+16
* | | Merge branch 'master' into Closure_applyAndrea Faulds2014-08-171-135/+110
|\ \ \ | |/ /
| * | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-5/+5
| * | Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-1/+1
| * | Refactoring: merge call_frame and end_execute_data into single data structure...Dmitry Stogov2014-06-261-1/+1
| * | Refactoring: use call_frames instead of call_slotsDmitry Stogov2014-06-241-1/+1
| * | Merge branch 'master' into phpngDmitry Stogov2014-06-121-3/+1
| |\ \
| * | | Fixed apply_func_args_tXinchen Hui2014-05-251-1/+1
| * | | Use optimized zend_array_dup() function. convert zend_hash_num_elements() and...Dmitry Stogov2014-05-231-2/+2
| * | | Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-14/+11
| * | | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-1/+1
| * | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-2/+2
| * | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-6/+6
| * | | Add functions for extracting long/double/string from zvalNikita Popov2014-04-151-16/+4
| * | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
| * | | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-3/+0
| * | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-12/+12
| * | | cosure->debug_info is not a subject for GCDmitry Stogov2014-03-211-0/+6
| * | | Refactored GC (incomplete)Dmitry Stogov2014-03-191-0/+1
| * | | Fixed NULL pointer dereferencingDmitry Stogov2014-02-281-1/+1
| * | | Fixed closures in static methodsDmitry Stogov2014-02-281-1/+1