mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet.
You will end up with a value of ":/foo", but at least it will not crash now.