mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
2196e2299f
* opcache: use zend_ast_size helper in zend_persist_ast * opcache: use zend_ast_size helper in zend_persist_ast_calc * Zend: fix zend_ast_size definition It is better not to use sizeof(struct_with_flexible_array) and instead rely on offsetof(type, member) like most other similar wrappers do.