mirror of
https://github.com/php/php-src.git
synced 2026-04-09 09:03:04 +02:00
ZSTR_VAL can never be NULL as zend_string.val is a char[1] which will always decay to a non-nullable pointer. This fails with -Werror on newer gcc versions.