<?php var_dump(mcrypt_module_self_test(MCRYPT_RIJNDAEL_128)) . "\n";var_dump(mcrypt_module_self_test(MCRYPT_BOGUS_CYPHER));?>
The above example will output:
bool(true) bool(false)