mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
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.