History log of /PHP-8.2/Zend/tests/nullsafe_operator/031.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f491dabe 11-Aug-2020 Nikita Popov

Fix nullsafe operator on reference

Dereference the value before checking the type. As the happy path
necessarily has to check for references, I'm not bothering to
delay the compariso

Fix nullsafe operator on reference

Dereference the value before checking the type. As the happy path
necessarily has to check for references, I'm not bothering to
delay the comparison.

show more ...