php-src/ext/opcache/tests/skipif.inc

4 lines
100 B
PHP
Raw Normal View History

2013-02-22 10:06:02 +00:00
<?php
if (!extension_loaded('Zend OPcache')) die('skip Zend OPcache extension not available');
2013-02-22 10:06:02 +00:00
?>