Esempio n. 1
0
bool f_mcrypt_enc_is_block_algorithm(CObjRef td) {
  return mcrypt_enc_is_block_algorithm(td.getTyped<MCrypt>()->m_td) == 1;
}
Esempio n. 2
0
bool HHVM_FUNCTION(mcrypt_enc_is_block_algorithm, const Resource& td) {
  return mcrypt_enc_is_block_algorithm(cast<MCrypt>(td)->m_td) == 1;
}