AndrolGenhald
|
d4590711d6
|
Fix object-like array keys when combining string and automatic keys (fixes #5427). (#5428)
* Fix object-like array keys (fixes #5427).
* Fix incorrect return types for tests.
* Fix false positive list with literal int key.
|
2021-03-19 21:44:44 -04:00 |
|
Matt Brown
|
086237aab7
|
Fix #4544 - improve handling of get_class in match
|
2020-11-13 11:55:42 -05:00 |
|
Matt Brown
|
e97a9c86eb
|
Fix #4517 - track type contradiction issues in match expressions
|
2020-11-09 10:00:53 -05:00 |
|
Matt Brown
|
3aaa1d8447
|
Fix #4516 - treat exit() as the empty type
|
2020-11-09 08:44:03 -05:00 |
|
Matt Brown
|
683546e024
|
Fix #4519 - prevent crash with empty match
|
2020-11-09 08:36:59 -05:00 |
|
orklah
|
ead107fa9e
|
More return types (#4173)
* add native return types
* redundant phpdoc
|
2020-09-12 11:24:05 -04:00 |
|
Brown
|
bd27e8b17b
|
Fix #4109 - detect duplicate match condition
|
2020-09-02 20:08:09 -04:00 |
|
Brown
|
4f578b42b8
|
Fix exhaustiveness checks for const value
|
2020-08-31 23:23:24 -04:00 |
|
Brown
|
3cdb13f7ab
|
Fix issues
|
2020-08-31 23:03:36 -04:00 |
|
Brown
|
940459787a
|
Catch unmatched matches
|
2020-08-31 22:59:47 -04:00 |
|
Brown
|
5c043b0d41
|
Ignore redundant conditions inside match potentially in perpetuity?
|
2020-08-30 16:23:53 -04:00 |
|
Brown
|
54a781ad28
|
Support match expressions and throw expressions
|
2020-08-30 16:08:22 -04:00 |
|