Lines Matching refs:mcrypt_decrypt
2 Test mcrypt_decrypt() function : usage variation
11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
17 echo "*** Testing mcrypt_decrypt() : usage variation ***\n";
116 var_dump(bin2hex(mcrypt_decrypt($cipher, $key, $value, $mode, $iv)));
124 *** Testing mcrypt_decrypt() : usage variation ***
154 Error: 2 - mcrypt_decrypt() expects parameter 3 to be string, array given, %s(%d)
158 Error: 2 - mcrypt_decrypt() expects parameter 3 to be string, array given, %s(%d)
162 Error: 2 - mcrypt_decrypt() expects parameter 3 to be string, array given, %s(%d)
166 Error: 2 - mcrypt_decrypt() expects parameter 3 to be string, array given, %s(%d)
197 Error: 2 - mcrypt_decrypt() expects parameter 3 to be string, object given, %s(%d)
207 Error: 2 - mcrypt_decrypt() expects parameter 3 to be string, resource given, %s(%d)