History log of /PHP-8.1/ext/standard/tests/filters/bug72941.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 48981f4f 28-May-2021 Máté Kocsis

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


# 5dcb8f2f 08-Sep-2020 Christoph M. Becker

Fix #72941: Modifying bucket->data by-ref has no effect any longer

To match the PHP 5 behavior, we have to explicitly cater to `buffer` or
`data` being references.

Closes GH-609

Fix #72941: Modifying bucket->data by-ref has no effect any longer

To match the PHP 5 behavior, we have to explicitly cater to `buffer` or
`data` being references.

Closes GH-6096.

show more ...