summaryrefslogtreecommitdiff
path: root/ext/json/json.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-1/+8
| | | | Closes GH-6669
* Review parameter names in ext/jsonMáté Kocsis2020-09-301-2/+2
| | | | Closes GH-6236
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-251-3/+2
| | | | Closes GH-5618
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-0/+2
| | | | Closes GH-5351
* Verify that all stubs have a return typeNikita Popov2020-04-031-0/+1
|
* Add union return types for function stubsMáté Kocsis2019-11-111-2/+1
|
* Add arginfo stub for JsonSerializableChristoph M. Becker2019-10-051-0/+5
|
* Convert json functions arginfo to php stubsCraig Duncan2019-08-101-0/+11
Closes GH-4500