History log of /PHP-8.2/ext/spl/spl_iterators.stub.php (Results 1 – 19 of 19)
Revision Date Author Comments
# f0757100 07-Oct-2023 Jorg Adam Sowa

Typed constants in SPL extension (#12358)


# b73f139c 02-Aug-2022 Máté Kocsis

Declare ext/spl constants in stubs (#9226)


# 8dbfb15f 11-Apr-2022 George Peter Banyard

Use more specific return types in SPL


# 7a9a37d9 19-Jul-2021 Máté Kocsis

Actually, abstract methods don't have a body


# fc0d8983 19-Jul-2021 Máté Kocsis

Fix some smaller formatting inconsistencies in stubs


# b3e08881 16-Jul-2021 Máté Kocsis

Declare tentative return types in ext/spl - part 3 (#7239)


# fc6656e0 14-Jul-2021 Máté Kocsis

Fix some more ext/spl return types

Closes GH-7242


# 11f62c98 15-Jul-2021 Nikita Popov

Revert "IteratorIterator::getInnerIterator() can't return null"

This reverts commit c252420d0842b1f7ea3891695bb6de3c9ec9a57c.

This (currently) does not hold for invalid AppendIterat

Revert "IteratorIterator::getInnerIterator() can't return null"

This reverts commit c252420d0842b1f7ea3891695bb6de3c9ec9a57c.

This (currently) does not hold for invalid AppendIterators,
revert for now.

show more ...


# c252420d 15-Jul-2021 Nikita Popov

IteratorIterator::getInnerIterator() can't return null

If ther IteratorIterator is initialized (which we check), then
zobject cannot be undef and the return value cannot be null.


# 80e5ad5a 04-Jul-2021 Máté Kocsis

Various ext/spl stub fixes

Closes GH-7215


# a92f5cbe 19-Apr-2021 Máté Kocsis

Use typed property in RegexIterator


# 4f4c031f 18-Feb-2021 Máté Kocsis

Generate ext/spl class entries from stubs

Closes GH-6709


# 1954e597 26-Jan-2021 Máté Kocsis

Add support for generating class entries from stubs

Closes GH-6289

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>


# 68195bd4 06-Oct-2020 Nikita Popov

Update ext/spl parameter names

Closes GH-6284.


# e95fa3eb 21-Sep-2020 Máté Kocsis

Fix a few Iterator signatures

Closes GH-6176


# 64af12d1 19-Sep-2020 Máté Kocsis

Add support for `@implementation-alias` in stubs

Closes GH-6170


# f7fbc633 14-Aug-2020 Máté Kocsis

Add more precise type info for stubs

Closes GH-6005


# d7f7080b 25-Apr-2020 Máté Kocsis

Generate methods entries from stubs for ext/spl

Closes GH-5458


# a42e8e8e 22-Mar-2020 Máté Kocsis

Add stubs for SPL iterators

Closes GH-5286