Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implicitly enable function entry generation when class entry generation is ↵ | Máté Kocsis | 2021-02-09 | 1 | -4/+1 |
| | | | | | | enabled Closes GH-6675 | ||||
* | Add support for generating class entries from stubs | Máté Kocsis | 2021-01-26 | 1 | -1/+9 |
| | | | | | | Closes GH-6289 Co-authored-by: Nikita Popov <nikita.ppv@gmail.com> | ||||
* | Rename PhpToken::getAll() to PhpToken::tokenize() | Nikita Popov | 2020-11-09 | 1 | -1/+1 |
| | | | | | See https://externals.io/message/112189. Fixes bug #80328. | ||||
* | Update ext/tokenizer param names | Nikita Popov | 2020-09-29 | 1 | -2/+2 |
| | | | | Closes GH-6232. | ||||
* | Adjust the order of method modifiers in stub | Máté Kocsis | 2020-09-19 | 1 | -1/+1 |
| | | | | All the other method modifiers in stubs follow the guidelines of PSR-12, so let's use it in case of PhpToken::__construct() as well. | ||||
* | Generate function entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-14 | 1 | -7/+10 |
| | | | | | Migrates ext/standard, ext/tidy, ext/tokenizer, ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381. | ||||
* | Add PhpToken class | Nikita Popov | 2020-03-26 | 1 | -0/+16 |
| | | | | | | | | | RFC: https://wiki.php.net/rfc/token_as_object Relative to the RFC, this also adds a __toString() method, as discussed on list. Closes GH-5176. | ||||
* | Clarify that token_get_all() never returns false | Nikita Popov | 2020-02-14 | 1 | -1/+1 |
| | | | | It can only fail in TOKEN_PARSE mode, in which case it will throw. | ||||
* | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 1 | -2/+1 |
| | |||||
* | Arginfo stubs for tokenizer | Stephen Reay | 2019-08-11 | 1 | -0/+6 |