summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug66338.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/bug66338.phpt')
-rw-r--r--ext/opcache/tests/bug66338.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/bug66338.phpt b/ext/opcache/tests/bug66338.phpt
index 5cd9693793..40f5634465 100644
--- a/ext/opcache/tests/bug66338.phpt
+++ b/ext/opcache/tests/bug66338.phpt
@@ -3,7 +3,7 @@ Bug #66338 (Optimization binding of class constants is not safely opcacheable)
--INI--
opcache.enable=0
--SKIPIF--
-<?php if (!extension_loaded('Zend OPcache') || php_sapi_name() != "cli") die("skip CLI only"); ?>
+<?php if (!extension_loaded('Zend OPcache')) die("skip Zend OPcache extension not loaded"); ?>
--CONFLICTS--
server
--FILE--