mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
`remove_path` points to the given string, so we must not modify it. Instead we use a duplicate, if we need the modification. We may want to switch to `zend_string`s in master.