History log of /PHP-8.1/ext/reflection/tests/mixed_type.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# dd6e54b7 29-May-2020 Máté Kocsis

Fix #79652 Ensure that the mixed type is displayed instead of the union of all types

Closes GH-56430


# aec4c0fd 27-Mar-2020 Máté Kocsis

Add support for the mixed type

RFC: https://wiki.php.net/rfc/mixed_type_v2
Closes GH-5313

Co-authored-by: Dan Ackroyd <danack@basereality.com>