History log of /PHP-8.2/Zend/tests/nullsafe_operator/016.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# c322da06 18-Jul-2023 Máté Kocsis

Fix misleading pass by reference error message (#10639)


# 9975986b 16-Aug-2020 Máté Kocsis

Improve error messages mentioning parameters instead of arguments

Closes GH-5999


# 9bf11983 24-May-2020 Ilija Tovilo

Implement nullsafe ?-> operator

RFC: https://wiki.php.net/rfc/nullsafe_operator

Closes GH-5619.

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