mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
It turns out that all of these places ultimately only accept arrays, not objects, so we can use Z_ARRVAL_P everywhere. Also add _deref in a few places where the hash lookup result is directly type-checked.