1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/ext/opcache/tests/opt/skipif.inc
2017-09-01 13:32:26 +03:00

4 lines
100 B
PHP

<?php
if (!extension_loaded('Zend OPcache')) die('skip Zend OPcache extension not available');
?>