1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +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");
}
?>