History log of /PHP-8.1/ext/standard/user_filters.stub.php (Results 1 – 11 of 11)
Revision Date Author Comments
# 05a21792 20-Aug-2021 Nikita Popov

Declare php_user_filter::$stream property

This property is temporarily set during the filter() call. I have
no idea why this wasn't added as an argument to filter() instead.


# 48981f4f 28-May-2021 Máté Kocsis

Declare tentative return types for ext/standard (#7065)


# a3c38c25 06-May-2021 Máté Kocsis

Fix return type of php_user_filter::onCreate()


# 8c97fc88 19-Apr-2021 Máté Kocsis

Use typed properties in php_user_filter


# 4c6533c2 17-Feb-2021 Máté Kocsis

Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend

Closes GH-6706


# 1954e597 26-Jan-2021 Máté Kocsis

Add support for generating class entries from stubs

Closes GH-6289

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>


# 2803c8fb 07-Aug-2020 Máté Kocsis

Add all the missing parameter types to stubs

Closes GH-5955


# 9002e95f 17-Jul-2020 Nikita Popov

Use proper methods for php_user_filter implementation

These are dummy methods, but should at least check zpp for
arginfo consistency.


# c5fb4f07 13-Apr-2020 Máté Kocsis

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.


# 2bcc4ab8 03-Apr-2020 Nikita Popov

Verify that all stubs have a return type


# 305b17e8 29-Mar-2020 Máté Kocsis

Do not include the same stub multiple times

Closes GH-5322