summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-255-2/+78
* Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-242-3/+3
* Support class+mask union for internal argumentNikita Popov2020-07-241-0/+2
* More consistent parameter names for date/time functionsDerick Rethans2020-07-243-5/+7
* Fix bug #79108Nikita Popov2020-07-243-19/+36
* Add the Z_PARAM_PATH_OR_NULL() and Z_PARAM_ZVAL_OR_NULL() macrosMáté Kocsis2020-07-241-0/+6
* Make nested ternary without parentheses a compile errorNikita Popov2020-07-245-18/+40
* Implement nullsafe ?-> operatorIlija Tovilo2020-07-2440-517/+1594
* Fix buildChristoph M. Becker2020-07-221-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-221-0/+5
|\
| * Fix minor memory leak of CG(script_encoding_list)Christoph M. Becker2020-07-221-0/+5
* | Fix warnings of strict-prototypestwosee2020-07-236-10/+10
* | Change type of max_num_args to uint32_ttwosee2020-07-231-3/+2
* | Export zend_register_error_notify_callback() with ZEND_APItwosee2020-07-232-3/+2
* | Treat namespaced names as single tokenNikita Popov2020-07-2217-41/+128
* | Improved number to string comparison semanticsNikita Popov2020-07-2212-72/+233
* | Support optional comma in closure use listTyson Andre2020-07-212-1/+18
* | Give zend_pass_function an arginfoNikita Popov2020-07-211-1/+5
* | Cleanup argument handling of Zend functions and methodsMáté Kocsis2020-07-2119-172/+218
* | Run arginfo / zpp mismatch tests for methods as wellNikita Popov2020-07-211-2/+19
* | Check for missing arginfo argumentsNikita Popov2020-07-211-1/+9
* | Preserve original ce_flags when registering classNikita Popov2020-07-201-1/+1
* | Add common code for magic method assignmentNikita Popov2020-07-204-113/+45
* | Directly assign magic methodsNikita Popov2020-07-201-30/+14
* | Remove unused lc_class_name variableNikita Popov2020-07-201-21/+0
* | Report magic method names as writtenNikita Popov2020-07-203-59/+60
* | Unify magic method visibility checkNikita Popov2020-07-204-38/+25
* | Unify magic method return type checksNikita Popov2020-07-204-32/+14
* | Unify static/non-static check for magic methodsNikita Popov2020-07-2014-115/+58
* | Add missing arg num check for __set_stateNikita Popov2020-07-202-1/+3
* | Clean up zend_check_magic_method_implementationNikita Popov2020-07-203-44/+46
* | Add missing zpp_none call in Exception::__wakeupNikita Popov2020-07-171-0/+2
* | Drop unused param in zend_parse_arg_class_name_or_obj()George Peter Banyard2020-07-171-2/+2
* | Fixed bug #79867Nikita Popov2020-07-172-4/+38
* | Introduce error notification callbacks that are run independant of zend_error_cbBenjamin Eberlei2020-07-175-8/+56
* | Fix WeakReference::create() stubNikita Popov2020-07-162-3/+4
* | Ignore inheritance rules on private methodsPedro Magalhães2020-07-153-5/+13
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-152-1/+65
|\ \ | |/
| * Fixed bug #79862Nikita Popov2020-07-152-1/+65
* | Remove type argument from zend_get_zval_ptrNikita Popov2020-07-152-2/+2
* | Fixed bug #79852Nikita Popov2020-07-141-1/+3
* | Use consistent typesGeorge Peter Banyard2020-07-132-68/+50
* | Improve output of tokens in Parse ErrorsRowan Tommins2020-07-1347-223/+302
* | Fixed bug #79828Nikita Popov2020-07-133-2/+67
* | Fix free of uninitialized memory in MATCH_ERRORIlija Tovilo2020-07-122-19/+21
* | [skip ci] Consistent match test closing tagsIlija Tovilo2020-07-118-0/+8
* | Retain the original formatting character in testMáté Kocsis2020-07-101-2/+2
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-10194-369/+381
* | Use dedicated function for illegal offset type errorGeorge Peter Banyard2020-07-101-1/+1
* | Add missing addref for MATCH_ERROR operandNikita Popov2020-07-101-1/+4