mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
8aec95e23f
Clang 18 only allows counted_by to work on real flexible array members, not ones with a zero size. Otherwise you get errors like: ``` ext/opcache/jit/zend_jit_ir.c:149:12: error: 'counted_by' only applies to C99 flexible array members ```