summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Use GC stack in nested data removalNikita Popov2020-06-121-0/+44
* Cleanup SPL autoload implementationNikita Popov2020-06-105-18/+12
* Don't allow variables as attribute nameNikita Popov2020-06-081-0/+11
* Fix bug #77966: Cannot alias a method named "namespace"Nikita Popov2020-06-081-0/+25
* Merge branch 'PHP-7.4'Nikita Popov2020-06-081-0/+42
|\
| * Fixed bug #79657Nikita Popov2020-06-081-0/+42
* | Fix free of uninitialized memory in attributesNikita Popov2020-06-071-0/+11
* | Add tests to check mismatching function signaturesMáté Kocsis2020-06-061-0/+31
* | Implement "Constructor Promotion" RFCNikita Popov2020-06-0515-0/+289
* | Fixed bug #72089: Throw Error on require failureNikita Popov2020-06-051-1/+4
* | Add AttributesBenjamin Eberlei2020-06-0418-1/+1176
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-041-0/+16
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-041-0/+16
| |\
| | * Fix #79668: get_defined_functions(true) may miss functionsChristoph M. Becker2020-06-041-0/+16
* | | Fix php_get_args function info return type and add arg checkIlija Tovilo2020-05-311-1/+1
* | | Use ZPP callable check for spl_autoload_register.George Peter Banyard2020-05-301-1/+1
* | | Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-282-8/+0
* | | Make Exception::$previous a typed propertyNikita Popov2020-05-281-2/+6
* | | Convert Exception::getMessage() result to stringNikita Popov2020-05-281-0/+41
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-2650-592/+591
* | | Allow generators to have a real return type of `mixed` or `object`Tyson Andre2020-05-263-3/+33
* | | Support catching exceptions without capturing them to variablesMax Semenik2020-05-262-0/+57
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-262-6/+48
|\ \ \ | |/ /
| * | Respect typed references in catch assignmentNikita Popov2020-05-262-6/+48
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-261-0/+26
|\ \ \ | |/ /
| * | Fix zend_assign_to_typed_ref() implementationNikita Popov2020-05-261-0/+26
* | | Improve language in error messagesMax Semenik2020-05-261-5/+5
* | | Remove depreacted curly brace offset syntaxGeorge Peter Banyard2020-05-225-38/+19
* | | Add support for the mixed typeMáté Kocsis2020-05-2247-0/+854
* | | Improve error messages for invalid property accessMáté Kocsis2020-05-1819-52/+52
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-151-0/+24
|\ \ \ | |/ /
| * | Fixed bug #79600Nikita Popov2020-05-151-0/+24
| * | Fixed bug #97599 (coredump in set_error_handler)Xinchen Hui2020-05-151-0/+27
* | | Improve error message for deprecated methodsMáté Kocsis2020-05-143-5/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-141-1/+1
|\ \ \ | |/ /
| * | Canonicalize bison error during ini parsingNikita Popov2020-05-141-1/+1
* | | Trim trailing whitespaces and fix code styleRod Elias2020-05-127-27/+27
* | | Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-112-2/+8
* | | Add get_resource_id() functionNikita Popov2020-05-111-0/+18
* | | Make numeric operations on resources, arrays and objects type errorsNikita Popov2020-05-0513-91/+1642
* | | Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-301-0/+25
* | | Completely remove disabled functions from function tableNikita Popov2020-04-303-31/+63
* | | Check `__set_state` structureGabriel Caruso2020-04-281-0/+14
* | | Allow optional trailing comma in parameter listNikita Popov2020-04-281-0/+46
* | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-279-9/+9
* | | Slipt error messages while checking magic methods attributesGabriel Caruso2020-04-2717-18/+20
* | | Avoid throw expression leaksNikita Popov2020-04-271-0/+31
* | | Check Serialization magic methods structureGabriel Caruso2020-04-262-0/+24
* | | Use the default type error message for Exception::__construct()Máté Kocsis2020-04-265-5/+5
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-241-0/+13
|\ \ \ | |/ /