mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
Casting to `void**` silences the compiler, but only works because that is dereferenced to a generic `void*`.
Casting to `void**` silences the compiler, but only works because that is dereferenced to a generic `void*`.