mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
If nothing was added to a smart_str, the interned empty string is returned, and therefore ZVAL_NEW_STR is wrong as it'll set the REFCOUNTED flag. Closes GH-20773.