History log of /php-src/Zend/tests/type_declarations/dnf_types/gh9516.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 9286101d 10-Sep-2022 George Peter Banyard

Fix GH-9516: (A&B)|D as a param should allow AB or D. Not just A.

The issue was that we didn't compute enough cache slots for DNF types.
Nor progressed throught the CE's in the cache slo

Fix GH-9516: (A&B)|D as a param should allow AB or D. Not just A.

The issue was that we didn't compute enough cache slots for DNF types.
Nor progressed throught the CE's in the cache slot, meaning we were only checking if the value passed
satisfied the first type of the nested intersection type.

show more ...