import zend mcrypt tests
[hiphop-php.git] / hphp / test / zend / bad / ext-mcrypt / mcrypt_module_open.php
blobde577b4b47ebcf77c4f778ec5f0e40e53ed6a97d
1 <?php
2 var_dump(mcrypt_module_open(MCRYPT_RIJNDAEL_256, '', MCRYPT_MODE_CBC, ''));
3 mcrypt_module_open('', '', '', '');