summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Implicitly enable function entry generation when class entry generation is ↵Máté Kocsis2021-02-091-4/+1
| | | | | | enabled Closes GH-6675
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-081-2/+6
| | | | Closes GH-6669
* Merge branch 'PHP-8.0'Christoph M. Becker2021-01-031-2/+2
|\ | | | | | | | | * PHP-8.0: Fix imap stubs
| * Fix imap stubsChristoph M. Becker2021-01-031-2/+2
| | | | | | | | Closes GH-6559.
* | IMAP: Declare `IMAPConnection` class as `final` (stub+test)Ayesh Karunaratne2020-12-231-1/+1
| | | | | | | | Updates the `IMAPConnection` class stub to make sure it has the `final` flag, and adds a test to verify it.
* | Convert IMAP resource to objectGeorge Peter Banyard2020-12-221-122/+58
|/ | | | Closes GH-6418
* Change parameters types from int to boolChristoph M. Becker2020-10-121-1/+1
| | | | | | | | | These are typical boolean parameters, so we shouldn't advertize them as integers. For the `$reverse` parameter that even fixes expectations, because the `reverse` member is a bitfield of 1 bit, so assigning any even integer would not set it. Closes GH-6328.
* Change imap_mail_compose() $body param to $bodiesChristoph M. Becker2020-10-101-1/+1
| | | | | | | This parameter actually expects an array of bodies, so we should name it accordingly. Closes GH-6313.
* Update ext/imap parameter namesNikita Popov2020-10-081-123/+122
| | | | Closes GH-6299.
* Add proper default values for optional arguments in IMAPGeorge Peter Banyard2020-09-221-11/+5
| | | | Closes GH-6179
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-3/+3
| | | | Settling on using quoted string
* Display types in stubs more uniformlyMáté Kocsis2020-09-161-6/+6
| | | | | | In preparation for generating method signatures for the manual. This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types.
* Add a bunch of missing argument types to stubsMáté Kocsis2020-08-031-2/+5
|
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-0/+2
| | | | Closes GH-5351
* Annotate function aliases in stubsMáté Kocsis2020-04-041-7/+29
|
* Add stubs for aliasesMáté Kocsis2020-02-181-43/+37
| | | | Closes GH-5187
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
|
* Add union return types with one classMáté Kocsis2019-11-181-15/+6
|
* Add union return types for function stubsMáté Kocsis2019-11-111-166/+56
|
* Added arginfo stubs for IMAP extensionStephen Reay2019-09-221-0/+359