Máté Kocsis
|
c5fb4f0794
|
Generate function entries from stubs for a couple of extensions
Migrates ext/standard, ext/tidy, ext/tokenizer,
ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
|
2020-04-14 11:49:02 +02:00 |
|
Nikita Popov
|
5a09b9fb0f
|
Add PhpToken class
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.
|
2020-03-26 11:09:18 +01:00 |
|
Nikita Popov
|
8a4068988b
|
Clarify that token_get_all() never returns false
It can only fail in TOKEN_PARSE mode, in which case it will throw.
|
2020-02-14 16:50:12 +01:00 |
|
Máté Kocsis
|
27e83d0fb8
|
Add union return types for function stubs
|
2019-11-11 14:54:55 +01:00 |
|
Stephen Reay
|
cfbcd4caef
|
Arginfo stubs for tokenizer
|
2019-08-11 19:03:04 +02:00 |
|