1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/ext/opcache/tests/jit/skipif.inc
T
2019-07-05 12:20:12 +03:00

4 lines
100 B
PHP

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