mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
For dynamic fetches the cache_slot will be NULL, so we have to check for that when resetting the cache. For zip and xmlreader this couldn't easily be tested because of a lack of writable properties. Closes GH-18307.