mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
We must not attempt to access arbitrary union members when retrieving debug info, because that may not be valid. Therefore we do no longer dereference pointer types inside of unions, but report their address as string in `%p` format instead.