summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-10/+3
|\
| * Fixed bug #73900Nikita Popov2017-06-251-10/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-201-0/+3
|\ \ | |/
* | Revert "Refix bug #73686"Xinchen Hui2016-12-091-4/+0
* | Refix bug #73686Xinchen Hui2016-12-091-0/+4
* | Removed useless (double) checks for EG(exception). (Bob)Dmitry Stogov2016-11-221-6/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-221-3/+3
|\ \ | |/
| * Fixed memory leak (Bob)Dmitry Stogov2016-11-221-3/+3
* | zval_dtor_func_for_ptr() -> zval_dtor_func()Dmitry Stogov2016-09-291-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-09-291-3/+11
|\ \ | |/
| * Better fix for bug #72854 (avoid extra copy and creating reference to stack v...Dmitry Stogov2016-09-291-3/+11
* | Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-12/+16
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-261-0/+1
|\ \ | |/
| * Fixed bug #72943 (assign_dim on string doesn't reset hval)Xinchen Hui2016-08-261-0/+1
* | This is unecessary for 7.1 (IS_ERROR is an internal type)Xinchen Hui2016-08-211-3/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-211-1/+3
|\ \ | |/
| * Fixed bug #72911 (Memleak in zend_binary_assign_op_obj_helper)Xinchen Hui2016-08-211-1/+3
* | Fixed 7.1 build, decls first please!Kalle Sommer Nielsen2016-08-171-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-161-1/+3
|\ \ | |/
| * Fix bug #72854Nikita Popov2016-08-161-1/+3
* | Cleanup parameter/return type checking codeNikita Popov2016-08-161-269/+229
* | Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-111-50/+67
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-08-081-5/+2
|\ \ | |/
| * Replace dead branch with ZEND_ASSERT()Andrea Faulds2016-08-081-5/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-051-1/+2
|\ \ | |/
| * Fix bug #72767Nikita Popov2016-08-051-1/+2
* | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-1/+4
|\ \ | |/
| * Add missing call opcodes in cleanup_unfinished_calls()Nikita Popov2016-07-141-1/+4
| * Fix magic constants (__LINE__) with ?? for constant scalar exprsBob Weinand2016-04-211-1/+1
* | Add opcodes to zend_wrong_string_offset()Nikita Popov2016-07-101-0/+2
* | Merge branch 'master' into iterableAaron Piotrowski2016-07-031-117/+41
|\ \
| * | Fixed executor without global register variales (gcc warnings or clang errors)Dmitry Stogov2016-06-271-0/+6
| * | Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-231-8/+2
| * | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
| * | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-161-58/+21
| * | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-161-25/+1
| * | Delay IS_ERROR checksDmitry Stogov2016-06-091-12/+5
| * | Followup for bug #53432Nikita Popov2016-06-081-10/+4
* | | Fix error messageAaron Piotrowski2016-06-031-1/+1
* | | Add iterable pseudo-typeAaron Piotrowski2016-06-031-0/+23
|/ /
* | Split ZEND_SEND_VAR_NO_REF into ZEND_SEND_VAR_NO_REF and ZEND_SEND_VAR_NO_REF...Dmitry Stogov2016-05-311-0/+1
* | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-3/+3
* | Inlined fast paths of the freqently execute handlers for FETCH_DIM_R.Dmitry Stogov2016-05-171-13/+20
* | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-44/+0
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-2/+2
* | Use main VM stack for generators. Only single call frame for generator itself...Dmitry Stogov2016-05-121-20/+7
* | Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without i...Dmitry Stogov2016-05-061-1/+1
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1