summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Fix nullsafe operator on referenceNikita Popov2020-08-111-0/+3
* Merge branch 'PHP-7.4'Nikita Popov2020-08-101-0/+1
|\
| * Fixed bug #79947Nikita Popov2020-08-101-0/+1
* | Implement named parametersNikita Popov2020-07-311-77/+359
* | Make check in RECV_VARIADIC more preciseNikita Popov2020-07-311-4/+6
* | Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-0/+33
* | Fixed bug #79828Nikita Popov2020-07-131-1/+9
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-4/+4
* | Fixed bug #79818Nikita Popov2020-07-101-2/+3
* | Implement match expressionIlija Tovilo2020-07-091-0/+66
* | Remove FREE_UNFETCHED conceptNikita Popov2020-07-091-18/+18
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-091-1/+1
|\ \ | |/
| * Switch back to FREE_UNFETCHED_OP_DATANikita Popov2020-07-091-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-091-2/+1
|\ \ | |/
| * Fix bug #79599 in a different wayNikita Popov2020-07-091-4/+2
* | Assert exception set in HANDLE_EXCEPTION()Nikita Popov2020-07-071-10/+0
* | Fixed bug #79777Nikita Popov2020-07-041-1/+4
* | Make exit() unwind properlyNikita Popov2020-06-291-5/+8
* | Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-1/+1
* | Support catching exceptions without capturing them to variablesMax Semenik2020-05-261-6/+6
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-261-10/+8
|\ \ | |/
| * Respect typed references in catch assignmentNikita Popov2020-05-261-10/+8
* | Clarify ZEND_CATCH codeNikita Popov2020-05-261-1/+1
* | Improve error messages for invalid property accessMáté Kocsis2020-05-181-1/+1
* | Use zend_zval_type_name() API where possibleNikita Popov2020-05-131-9/+8
* | Rename zend_zval_get_type() APINikita Popov2020-05-131-1/+1
* | zend_timeout is not a signal handler functionAlex Dowad2020-05-121-1/+1
* | Speed up ZEND_SWITCH_STRING/ZEND_SWITCH_LONG for wrong typeTyson Andre2020-04-191-2/+2
* | Early return if variadic type check failsNikita Popov2020-04-171-1/+5
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-04-171-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-04-171-1/+1
| |\
| | * zend_timeout() may access EX(opline)Dmitry Stogov2020-04-171-1/+1
* | | Improve undefined variable error messagesMáté Kocsis2020-03-311-2/+2
* | | JIT for FETCH_THISDmitry Stogov2020-03-201-4/+0
* | | Improved JIT for BIND_GLOBALDmitry Stogov2020-03-181-13/+12
* | | Revert "Fetch for read in nested property assignments"Nikita Popov2020-03-181-22/+22
* | | Fetch for read in nested property assignmentsNikita Popov2020-03-181-22/+22
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-03-131-2/+11
|\ \ \ | |/ /
| * | Check asserts earlyDmitry Stogov2020-03-121-1/+1
| * | Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-121-2/+11
* | | Merge branch 'PHP-7.4'Nikita Popov2020-03-091-1/+1
|\ \ \ | |/ /
| * | Fixed bug #79357Nikita Popov2020-03-091-1/+1
* | | Improve error message of foreachMáté Kocsis2020-03-091-3/+3
* | | Change argument error message formatMáté Kocsis2020-02-261-4/+4
* | | Make type error messages more consistentMáté Kocsis2020-02-171-4/+4
* | | Add support for $obj::classNikita Popov2020-02-111-2/+20
* | | Deref slow-path ASSIGN_OBJ resultNikita Popov2020-02-101-1/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-02-061-3/+3
|\ \ \ | |/ /
| * | Make opcodes to return de-refereced values of typed references (in the same w...Dmitry Stogov2020-02-061-3/+3
| * | Apply tidy formattingNikita Popov2020-02-031-6/+6