summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Make throw statement an expressionIlija Tovilo2020-04-234-5/+311
* Fix treatment of "self" when validating against trait methodNikita Popov2020-04-234-35/+131
* Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-4/+0
* Generate zend_builtin_functions FEs from stubsNikita Popov2020-04-213-122/+124
* Add crude memory limit to tracked allocNikita Popov2020-04-211-1/+17
* Speed up ZEND_SWITCH_STRING/ZEND_SWITCH_LONG for wrong typeTyson Andre2020-04-192-6/+6
* Fix [-Wjump-misses-init] in generated zend_opcode.cGeorge Peter Banyard2020-04-181-2/+2
* Remove ZEND_ACC_DTOR flagNikita Popov2020-04-173-6/+1
* Early return if variadic type check failsNikita Popov2020-04-173-3/+15
* Merge branch 'PHP-7.4'Dmitry Stogov2020-04-172-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-04-172-2/+2
| |\
| | * zend_timeout() may access EX(opline)Dmitry Stogov2020-04-172-2/+2
* | | Align magic methods' camelCase with documentationGabriel Caruso2020-04-162-3/+3
* | | Fix magic method nameGabriel Caruso2020-04-161-1/+1
* | | Improve error messages for magic methods by appending method's classGabriel Caruso2020-04-1616-30/+32
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-152-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-152-1/+21
| |\ \ | | |/
| | * Fixed bug #79477Nikita Popov2020-04-152-1/+21
* | | Remove return value from llist apply functionsNikita Popov2020-04-151-3/+2
* | | Make zend_list_free return voidNikita Popov2020-04-152-8/+5
* | | Adjust zend_write_func signatureNikita Popov2020-04-152-2/+2
* | | Add -Wextra compiler warnings and exclude the trigger happy onesGeorge Peter Banyard2020-04-141-1/+4
* | | Remove XFAIL from tests for 'bug' 48770Alex Dowad2020-04-143-42/+16
* | | Add zend_string_concat2 APINikita Popov2020-04-144-15/+23
* | | Always use __invoke callable name for objectsNikita Popov2020-04-141-15/+6
* | | Add zend_create_member_string() APINikita Popov2020-04-143-21/+14
* | | Syntax errors caused by unclosed {, [, ( mention specific locationAlex Dowad2020-04-146-14/+115
* | | Fix [-Werror=missing-braces] compiler warningGeorge Peter Banyard2020-04-132-2/+2
* | | Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-0/+1
* | | Add missing visibility modifiers in stubsMáté Kocsis2020-04-114-45/+45
* | | Add support for generating method entries from stubsMáté Kocsis2020-04-111-1/+1
* | | Improve the default value format in incompatible signature error messagesMáté Kocsis2020-04-1014-15/+19
* | | Add Z_PARAM_RESOURCE_OR_NULL()Nikita Popov2020-04-091-0/+3
* | | Export the zend_string_concat3() APINikita Popov2020-04-094-24/+28
* | | Export API for fetching internal func defaultNikita Popov2020-04-092-0/+103
* | | Fix #79462: method_exists and property_exists incoherent behaviorChristoph M. Becker2020-04-091-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-093-5/+31
|\ \ \ | |/ /
| * | Fixed bug #78434Nikita Popov2020-04-093-5/+31
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-022-14/+22
| |\ \ | | |/
| | * Fixed bug #79434Nikita Popov2020-04-022-14/+22
| | * Next is 7.3.18Christoph M. Becker2020-03-311-1/+1
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-0823-54/+226
* | | Assert that arginfo parameter name is presentNikita Popov2020-04-072-11/+6
* | | Verify that all stubs have a return typeNikita Popov2020-04-034-0/+14
* | | Do not include the same stub multiple timesMáté Kocsis2020-04-031-1/+1
* | | Avoid control flow warningNikita Popov2020-04-021-0/+5
* | | Remove unnecessary check in runtime_compile_time_binary_operands.phptNikita Popov2020-04-011-3/+0
* | | Make division by zero error check more accurateNikita Popov2020-04-011-1/+2
* | | Unify checks for binary operator errors for ct evalNikita Popov2020-04-014-36/+35
* | | Improve "unsupported operands" errorNikita Popov2020-04-0113-40/+47