1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/ext/hash/tests/skip_mhash.inc
T

5 lines
91 B
PHP

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