xref
: /
PHP-7.0
/
ext
/
hash
/
tests
/
skip_mhash.inc
(revision c196e865)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
if (!function_exists("mhash")) {
3
die("skip mhash extension is not available");
4
}
5
?>
6