summaryrefslogtreecommitdiff
path: root/Zend/tests/type_declarations
Commit message (Expand)AuthorAgeFilesLines
* Fixed error messageDmitry Stogov2021-02-241-1/+1
* Rename zend-test to zend_testNikita Popov2021-01-192-2/+2
* Fixed bug #80596: Fix anonymous class union typehint errorsDaniil Gentili2021-01-141-0/+30
* Fix infinite recursion in unlinked_instanceofNikita Popov2021-01-051-0/+17
* Fix detection of code outside namespaceNikita Popov2020-09-211-4/+6
* Fix leak in typed reference assignmentNikita Popov2020-08-271-0/+22
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-0924-0/+24
* Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-294-17/+11
* More consistent parameter names for date/time functionsDerick Rethans2020-07-241-2/+2
* Improve output of tokens in Parse ErrorsRowan Tommins2020-07-134-4/+4
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-104-4/+4
* Cleanup SPL autoload implementationNikita Popov2020-06-102-6/+4
* Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-282-8/+0
* Improve type error messages when an object is givenMáté Kocsis2020-05-2613-117/+116
* Merge branch 'PHP-7.4'Nikita Popov2020-05-261-0/+47
|\
| * Respect typed references in catch assignmentNikita Popov2020-05-261-0/+47
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-261-0/+26
|\ \ | |/
| * Fix zend_assign_to_typed_ref() implementationNikita Popov2020-05-261-0/+26
* | Add support for the mixed typeMáté Kocsis2020-05-2247-0/+854
* | Improve error message for deprecated methodsMáté Kocsis2020-05-141-3/+3
* | Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-111-1/+6
* | Improve the default value format in incompatible signature error messagesMáté Kocsis2020-04-101-1/+1
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-1/+1
* | Automatically implement Stringable interfaceNikita Popov2020-03-021-0/+17
* | Define Stringable with __toString():string methodNicolas Grekas2020-03-025-30/+30
* | Change argument error message formatMáté Kocsis2020-02-2619-296/+296
* | Use serialize_precision for var_dump()Nikita Popov2020-02-252-2/+2
* | Make type error messages more consistentMáté Kocsis2020-02-1726-351/+351
* | Improve generated names for anonymous classesNikita Popov2020-02-171-4/+4
* | Add static return typeNikita Popov2020-02-179-0/+236
* | Reindent phpt filesNikita Popov2020-02-0387-336/+336
* | Update test for warning -> fatal error changeNikita Popov2020-01-301-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-0/+12
|\ \ | |/
| * Fix copying of functions in variance obligationsNikita Popov2020-01-301-0/+12
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-283-0/+68
|\ \ | |/
| * Fixed bug #78989Nikita Popov2020-01-284-0/+95
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-163-3/+3
* | Remove useless skip checkChristoph M. Becker2020-01-152-6/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-181-0/+26
|\ \ | |/
| * Fix const/cv freeing on failed reference assignmentNikita Popov2019-12-181-0/+26
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-091-0/+11
|\ \ | |/
| * Use unmangled named in property type inheritance errorNikita Popov2019-12-091-0/+11
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-095-0/+23
|\ \ | |/
| * Fixed bug #78904: Don't call any magic for uninitialized typed propertiesNikita Popov2019-12-095-2/+25
* | Fix incorrect assertion in property type variance checkNikita Popov2019-12-041-0/+13
* | Implement union typesNikita Popov2019-11-0831-6/+1097
* | Clean DONE tags from testsFabien Villepinte2019-11-075-10/+0
* | Add compile warning for "confusable" typesNikita Popov2019-11-071-0/+46
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-251-0/+54
|\ \ | |/
| * Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-251-0/+54