diff --git a/ext/opcache/tests/001_cli.phpt b/ext/opcache/tests/001_cli.phpt index 6c42049038c..c51db23f56f 100644 --- a/ext/opcache/tests/001_cli.phpt +++ b/ext/opcache/tests/001_cli.phpt @@ -1,17 +1,17 @@ --TEST-- 001: O+ works in CLI --INI-- -zend_optimizerplus.enable=1 -zend_optimizerplus.enable_cli=1 +opcache.enable=1 +opcache.enable_cli=1 --SKIPIF-- --FILE-- --EXPECT-- bool(true) diff --git a/ext/opcache/tests/bug64353.phpt b/ext/opcache/tests/bug64353.phpt index a4e1dabc250..463b6ee2281 100644 --- a/ext/opcache/tests/bug64353.phpt +++ b/ext/opcache/tests/bug64353.phpt @@ -2,8 +2,8 @@ Bug #64353 (Built-in classes can be unavailable with dynamic includes and Optimizer+) --INI-- allow_url_include=1 -zend_optimizerplus.enable=1 -zend_optimizerplus.enable_cli=1 +opcache.enable=1 +opcache.enable_cli=1 --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/issue0057.phpt b/ext/opcache/tests/issue0057.phpt index 1ef3cbb8e26..49e9156f155 100644 --- a/ext/opcache/tests/issue0057.phpt +++ b/ext/opcache/tests/issue0057.phpt @@ -1,9 +1,9 @@ --TEST-- ISSUE #57 (segfaults in drupal7) --INI-- -zend_optimizerplus.enable=1 -zend_optimizerplus.enable_cli=1 -zend_optimizerplus.optimization_level=-1 +opcache.enable=1 +opcache.enable_cli=1 +opcache.optimization_level=-1 --SKIPIF-- --FILE--