Máté Kocsis
|
85338569de
|
Narrow bool return types to true when possible
|
2023-05-07 19:34:09 +02:00 |
|
Máté Kocsis
|
b73f139c70
|
Declare ext/spl constants in stubs (#9226)
|
2022-08-02 16:37:12 +02:00 |
|
Nikita Popov
|
f556a30b92
|
Narrow ArrayIterator::key() return type
This can only return string|int|null, not any key type.
|
2021-07-15 11:03:50 +02:00 |
|
Máté Kocsis
|
c6357b804e
|
Declare tentative return types for ext/spl - part 1 (#7115)
|
2021-07-13 13:04:45 +02:00 |
|
Máté Kocsis
|
0192fd20cc
|
Merge branch 'PHP-8.0'
|
2021-07-12 10:32:07 +02:00 |
|
Máté Kocsis
|
80e5ad5a29
|
Various ext/spl stub fixes
Closes GH-7215
|
2021-07-12 10:27:05 +02:00 |
|
Nikita Popov
|
54c4c7d747
|
Merge branch 'PHP-8.0'
* PHP-8.0:
Fix ArrayObject::exchangeArray() return type
|
2021-07-06 10:52:46 +02:00 |
|
Nikita Popov
|
bcefc31e4e
|
Fix ArrayObject::exchangeArray() return type
This method cannot return null.
|
2021-07-06 10:52:08 +02:00 |
|
Máté Kocsis
|
4f4c031f62
|
Generate ext/spl class entries from stubs
Closes GH-6709
|
2021-02-18 13:01:51 +01:00 |
|
Nikita Popov
|
68195bd481
|
Update ext/spl parameter names
Closes GH-6284.
|
2020-10-07 12:26:46 +02:00 |
|
Máté Kocsis
|
64af12d13b
|
Add support for @implementation-alias in stubs
Closes GH-6170
|
2020-09-21 10:08:45 +02:00 |
|
Máté Kocsis
|
f7fbc6333f
|
Add more precise type info for stubs
Closes GH-6005
|
2020-09-01 16:35:56 +02:00 |
|
Máté Kocsis
|
4a10eb4f53
|
Fix #79653 Unexpected error for ArrayIterator::ksort()
Closes GH-5644
|
2020-05-30 16:59:49 +02:00 |
|
Máté Kocsis
|
d7f7080bb5
|
Generate methods entries from stubs for ext/spl
Closes GH-5458
|
2020-04-25 23:54:56 +02:00 |
|
Christoph M. Becker
|
9809713844
|
Merge branch 'PHP-7.4'
* PHP-7.4:
Fix #69264: __debugInfo() ignored while extending SPL classes
|
2020-04-06 12:04:12 +02:00 |
|
Máté Kocsis
|
d2b902f174
|
Add some stubs for SPL
Closes GH-5245
|
2020-03-10 11:41:48 +01:00 |
|