mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
91749844e6
The first warning may trigger an error handler, destroying the operand and its string. So we need to protect the string in that case. Care was taken to avoid unnecessary refcounts and to avoid touching the hot code path. Closes GH-18951.