### Description In my php.ini I have set `opcache.interned_strings_buffer` to `16`. `phpinfo()` confirms this: <img width="356" alt="image" src="https://github.com/php/php-src/assets/25748293/e186a96e-0db3-46d6-ae52-0964c29de073"> But `opcache_get_status()`... <img width="247" alt="image" src="https://github.com/php/php-src/assets/25748293/1150d6b3-0734-47d1-a978-22796bb23267"> and `phpinfo()`... <img width="382" alt="image" src="https://github.com/php/php-src/assets/25748293/12ff2f32-aacd-4b99-b5d8-18468df91b32"> ... show `interned_strings_usage['buffer_size']` as full at ~6mb. I don't know if it's relevant, but opcache has enough free memory: <img width="273" alt="image" src="https://github.com/php/php-src/assets/25748293/84f44b10-1046-44b1-a230-8da7825fe684"> But the `used_memory` and `free_memory` also add up to a different value than the `1024` I set for `opcache.memory_consumption`, although close. ### PHP Version 8.2.8 ### Operating System Ubuntu 20.04