History log of /PHP-7.4/Zend/tests/property_guard_hash_val.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 2bbf2a91 15-Sep-2020 Nikita Popov

Fix assumption about property guard hash value

The "member" string here does not necessarily have a pre-calculated
hash value. In particular this is not the case if the class has no

Fix assumption about property guard hash value

The "member" string here does not necessarily have a pre-calculated
hash value. In particular this is not the case if the class has no
properties.

Fixes oss-fuzz #25546.

show more ...