--TEST-- Setting opcache.enable via php_admin_value fails gracefully --SKIPIF-- --FILE-- start(iniEntries: [ 'opcache.enable' => '0', 'opcache.log_verbosity_level' => '2', ]); $tester->expectLogStartNotices(); $tester->expectLogPattern("/Zend OPcache can't be temporarily enabled. Are you using php_admin_value\\[opcache.enable\\]=1 in an individual pool's configuration?/"); echo $tester ->request() ->getBody(); $tester->terminate(); $tester->close(); ?> --EXPECT-- NULL --CLEAN--