--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--
<?php
$root = str_replace('.php', "", __FILE__);
--SKIPIF--
<?php require_once('skipif.inc'); ?>
<?php if (!extension_loaded("phar")) die("skip"); ?>
-<?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
+ --CONFLICTS--
+ server
--FILE--
<?php
$stub = '<?php
--SKIPIF--
<?php require_once('skipif.inc'); ?>
<?php if (!extension_loaded("phar")) die("skip"); ?>
-<?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
+ --CONFLICTS--
+ server
--FILE--
<?php
$stub = "<?php header('Content-Type: text/plain;');
opcache.revalidate_path=1
--SKIPIF--
<?php require_once('skipif.inc'); ?>
-<?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
+ --CONFLICTS--
+ server
--FILE--
<?php
$dir = dirname(__FILE__);