summaryrefslogtreecommitdiff
path: root/ext/spl/spl_dllist_arginfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Generate ext/spl class entries from stubsMáté Kocsis2021-02-181-1/+32
| | | | Closes GH-6709
* Update ext/spl parameter namesNikita Popov2020-10-071-2/+2
| | | | Closes GH-6284.
* Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-211-1/+1
| | | | Closes GH-6170
* Add more precise type info for stubsMáté Kocsis2020-09-011-5/+8
| | | | Closes GH-6005
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
| | | | | | | | | | | | The hash is used to check whether the arginfo file needs to be regenerated. PHP-Parser will only be downloaded if this is actually necessary. This ensures that release artifacts will never try to regenerate stubs and thus fetch PHP-Parser, as long as you do not modify any files. Closes GH-5739.
* Generate methods entries from stubs for ext/splMáté Kocsis2020-04-251-0/+71
| | | | Closes GH-5458
* Merge branch 'PHP-7.4'Christoph M. Becker2020-04-061-0/+2
| | | | | * PHP-7.4: Fix #69264: __debugInfo() ignored while extending SPL classes
* Add stubs for SplDoublyLinkedListMáté Kocsis2020-03-251-0/+69
Closes GH-5293