1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/ext/hash/tests/skip_mhash.inc
T
Xinchen Hui c196e86520 Fixed skipf
2015-06-14 13:44:39 +08:00

6 lines
91 B
PHP

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