mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
This allows reusing an existing zend_string inside a memory stream without reallocating. For non-readonly streams, the string will only get separated on write.