-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/mcrypt/tests/
File Upload :
Current File : //usr/src/php/ext/mcrypt/tests/mcrypt_module_self_test.phpt

--TEST--
mcrypt_module_self_test
--SKIPIF--
<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
--FILE--
<?php
var_dump(mcrypt_module_self_test(MCRYPT_RIJNDAEL_128));
var_dump(mcrypt_module_self_test(MCRYPT_RC2));
var_dump(mcrypt_module_self_test(''));
--EXPECT--
bool(true)
bool(true)
bool(false)

Copyright © 2017 || Recoded By Mr.Bumblebee