mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
4f19bb7af6
opcache_reset() only schedules the restart. Under circumstances, the follow up requests might run uncached, until the restart condition is met. To mitigate the false positives caused by this behavior, any tests using opcache_reset() should not be put in between other tests. Thus, moving the corresponding test to be executed last.
529 B
529 B