summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add support for union types in stubsNikita Popov2019-11-081-0/+4
* Fix compile error using zend_parse_parameters_throw()Tyson Andre2019-11-081-2/+3
* Implement union typesNikita Popov2019-11-0848-508/+2082
* Make zend_type a 2-field structNikita Popov2019-11-0811-150/+169
* Clean DONE tags from testsFabien Villepinte2019-11-0773-146/+0
* Add compile warning for "confusable" typesNikita Popov2019-11-072-13/+117
* Merge branch 'PHP-7.4'Nikita Popov2019-11-071-1/+1
|\
| * Disable ifunc resolvers under thread sanitizer as wellNikita Popov2019-11-071-1/+1
* | Fix consistency issues with array accesses warnings/exceptionsMáté Kocsis2019-11-066-6/+68
* | Merge branch 'PHP-7.4'Nikita Popov2019-11-061-0/+22
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-061-0/+22
| |\
| | * Fixed bug #78787Nikita Popov2019-11-062-4/+30
| | * 7.3.13 is nextChristoph M. Becker2019-11-051-1/+1
* | | Remove support for array_key_exists() with objectsNikita Popov2019-11-045-56/+55
* | | Merge branch 'PHP-7.4'Nikita Popov2019-11-041-6/+6
|\ \ \ | |/ /
| * | Revert "Remove configure checks for supported instruction sets"Nikita Popov2019-11-041-6/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-11-011-4/+2
|\ \ \ | |/ /
| * | Fixed bug #78768Nikita Popov2019-11-011-4/+2
* | | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-012-15/+2
* | | Add missing ZPP checksMáté Kocsis2019-11-013-14/+13
* | | Add stubs for WeakReferenceNikita Popov2019-10-313-10/+23
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-311-6/+6
|\ \ \ | |/ /
| * | Remove configure checks for supported instruction setsNikita Popov2019-10-311-6/+6
* | | Make "unterminated comment" into a parse errorNikita Popov2019-10-303-19/+13
* | | Don't check $this existence in object opcodesNikita Popov2019-10-303-861/+22
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-301-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-301-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-301-0/+1
| | |\
| | | * Add missing refcount incrementNikita Popov2019-10-301-0/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-292-1/+21
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-292-1/+21
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-292-1/+21
| | |\ \ | | | |/
| | | * Fixed bug #78689Nikita Popov2019-10-292-1/+21
* | | | Add Z_PARAM_STRING/ARRAY_OR_NULL convenience macrosNikita Popov2019-10-291-0/+6
* | | | Throw "Unsupported operand types" error when using ** on arraysNikita Popov2019-10-293-34/+38
* | | | Remove ability to unbind $this of closures if usedNikita Popov2019-10-285-23/+16
* | | | Fix miscellaneous typos in docs and error messagesTyson Andre2019-10-283-3/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-281-2/+2
|\ \ \ \ | |/ / /
| * | | Remove redundant variable rv and optimize codeZiMuyang2019-10-281-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-282-8/+36
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-282-8/+36
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-282-8/+36
| | |\ \ | | | |/
| | | * Fix bug #78752Nikita Popov2019-10-282-8/+36
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-256-7/+85
|\ \ \ \ | |/ / /
| * | | Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-256-7/+85
* | | | Optimize instanceof_functionNikita Popov2019-10-257-47/+48
* | | | Check type is set when verifying variadic argsNikita Popov2019-10-252-1/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-252-9/+18
|\ \ \ \ | |/ / /
| * | | Remove recursive check from instanceof_interfaceNikita Popov2019-10-252-9/+18
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-241-3/+3
|\ \ \ \ | |/ / /