summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-261-0/+4
|\ \ \ | |/ /
| * | Property handle read_property exception in fetch_property_addressNikita Popov2020-08-261-0/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-101-1/+0
|\ \ \ | |/ /
| * | Fixed bug #79947Nikita Popov2020-08-101-4/+0
* | | Promote "undefined array key" notice to warningNikita Popov2020-08-031-2/+2
* | | Implement named parametersNikita Popov2020-07-311-12/+229
* | | Make check in RECV_VARIADIC more preciseNikita Popov2020-07-311-10/+5
* | | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-291-40/+35
* | | Give zend_pass_function an arginfoNikita Popov2020-07-211-1/+5
* | | Check for missing arginfo argumentsNikita Popov2020-07-211-1/+9
* | | Remove type argument from zend_get_zval_ptrNikita Popov2020-07-151-1/+1
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-12/+16
* | | Use dedicated function for illegal offset type errorGeorge Peter Banyard2020-07-101-1/+1
* | | Remove FREE_UNFETCHED conceptNikita Popov2020-07-091-5/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-071-1/+6
|\ \ \ | |/ /
| * | Fixed bug #79793Nikita Popov2020-07-071-1/+6
* | | Fixed bug #79791Nikita Popov2020-07-071-1/+1
* | | JIT support for undefined index/offset handlingNikita Popov2020-07-071-4/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-071-3/+16
|\ \ \ | |/ /
| * | Fixed bug #79784Nikita Popov2020-07-071-3/+16
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-071-8/+52
|\ \ \ | |/ /
| * | Fixed bug #78598Nikita Popov2020-07-071-7/+49
* | | Assert no exception if using NEXT_OPCODE()Nikita Popov2020-07-071-0/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-071-15/+12
|\ \ \ | |/ /
| * | Fixed bug #79779Nikita Popov2020-07-071-15/+12
* | | Reuse warning functionNikita Popov2020-07-061-1/+1
* | | A helper to trace executed source linesDmitry Stogov2020-06-101-0/+2
* | | Add helper APIs for maybe-interned string creationtwosee2020-06-081-2/+2
* | | micro-optimizationDmitry Stogov2020-06-051-1/+8
* | | Add AttributesBenjamin Eberlei2020-06-041-0/+1
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-261-13/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-261-32/+28
|\ \ \ | |/ /
| * | Fix zend_assign_to_typed_ref() implementationNikita Popov2020-05-261-32/+28
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-021-4/+8
| |\ \ | | |/
| | * Fixed bug #79434Nikita Popov2020-04-021-4/+8
* | | Improve error messages for invalid property accessMáté Kocsis2020-05-181-6/+11
* | | Improve error message for deprecated methodsMáté Kocsis2020-05-141-5/+9
* | | Use zend_zval_type_name() API where possibleNikita Popov2020-05-131-7/+7
* | | Fixed false alarm about tmp_name maybe unitializedXinchen Hui2020-05-071-7/+8
* | | Improve undefined variable error messagesMáté Kocsis2020-03-311-2/+2
* | | Remove unnecessary uses of CHECK_SILENTNikita Popov2020-03-061-1/+1
* | | Change argument error message formatMáté Kocsis2020-02-261-10/+16
* | | Reorder checks in object ref assignmentNikita Popov2020-02-251-27/+26
* | | Make type error messages more consistentMáté Kocsis2020-02-171-112/+30
* | | Add static return typeNikita Popov2020-02-171-6/+35
* | | Basic JIT support for verify returnNikita Popov2020-02-071-1/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-02-061-2/+2
|\ \ \ | |/ /
| * | Make opcodes to return de-refereced values of typed references (in the same w...Dmitry Stogov2020-02-061-2/+2
* | | Fix some -Wold-style-declaration compiler warningsGeorge Peter Banyard2020-02-051-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-1/+1
|\ \ \ | |/ /