php-src/ext/mhash/tests/skip.inc

5 lines
91 B
PHP

<?php
if (!extension_loaded("mhash")) {
die("skip mhash extension is not available");
}
?>