mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
f4c45ee376
We check that the "attrib" and "modtype" keys are present in each array. If not we throw a ValueError, in line with what other validation failure cases do. Closes GH-16057