1
0
Fork 0
xcache/tests/skipif.inc

6 lines
88 B
PHP
Raw Normal View History

<?php
if (!extension_loaded("xcache")) {
die("skip xcache extension not loaded");
}
?>