mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Given that the `ZEND_AST_OP_ARRAY` type already needed special handling in various places, it makes sense to give it its own struct to avoid some of the casts. As a side benefit, it is a little smaller than the `zend_ast_zval` struct.