1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/mhash/tests/skip.inc

5 lines
91 B
PHP

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