mirror of
https://github.com/php/php-src.git
synced 2026-04-15 12:01:07 +02:00
The (void)_dummy is apparently considered a read of an uninitialized variable. As it is a _Bool now, which has trap representations, this is no longer considered legal and results in somewhat odd ubsan warnings of the form: runtime error: load of value 0, which is not a valid value for type 'zend_bool' (aka 'bool')
74 KiB
74 KiB