🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 23:53:51 | PHP 8.2.33
📂
/ (Root)
/
opt
/
cpanel
/
ea-php74
/
root
/
usr
/
share
/
tests
/
pecl
/
libsodium
/
tests
📍 /opt/cpanel/ea-php74/root/usr/share/tests/pecl/libsodium/tests
🔄 Refresh
✏️
Editing: crypto_hex.phpt
Read Only
--TEST-- Check for libsodium bin2hex --SKIPIF-- <?php if (!extension_loaded("sodium")) print "skip"; ?> --FILE-- <?php $bin = random_bytes(random_int(1, 1000)); $hex = sodium_bin2hex($bin); $phphex = bin2hex($bin); var_dump(strcasecmp($hex, $phphex)); $bin2 = sodium_hex2bin($hex); var_dump($bin2 === $bin); $bin2 = sodium_hex2bin('[' . $hex .']', '[]'); var_dump($bin2 === $bin); ?> --EXPECT-- int(0) bool(true) bool(true)
💾 Save Changes
❌ Cancel