summaryrefslogtreecommitdiff
path: root/ext/xml/xml.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
* Add support for generating class entries from stubsMáté Kocsis2021-01-261-1/+5
| | | | | | Closes GH-6289 Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
* Rename XmlParser to XMLParser for consistency with XMLWriter/XMLReaderGeorge Peter Banyard2020-11-301-22/+22
|
* Fix XmlParser classname in stubsMáté Kocsis2020-10-091-1/+1
|
* Update ext/xml parameter namesNikita Popov2020-10-081-23/+23
| | | | Closes GH-6297.
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
| | | | Settling on using quoted string
* Promote warnings to exceptions in ext/gettext, ext/sysvmsg and ext/xmlMáté Kocsis2020-08-031-3/+3
| | | | Closes GH-5926
* Add a bunch of missing argument types to stubsMáté Kocsis2020-08-031-0/+5
|
* Fix UNKNOWN default values in ext/xmlMáté Kocsis2020-05-061-3/+3
|
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-141-0/+4
| | | | | Migrates ext/standard, ext/tidy, ext/tokenizer, ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-0/+2
| | | | Closes GH-5352
* Verify that all stubs have a return typeNikita Popov2020-04-031-1/+1
|
* Add union return types with one classMáté Kocsis2019-11-181-4/+2
|
* Fix default valueChristoph M. Becker2019-09-031-1/+1
|
* Add ext/xml stubsChristoph M. Becker2019-09-031-0/+59