| Current Path : /hdd/hdd12/install/php/php-7.4.32/ext/hash/tests/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/ext/hash/tests/serialize-context.phpt |
--TEST--
Hash: Context serialization
--FILE--
<?php
$h = hash_init('md5');
try {
var_dump(serialize($h));
} catch (Exception $e) {
echo "Exception: {$e->getMessage()}\n";
}
--EXPECT--
Exception: Serialization of 'HashContext' is not allowed