source: branches/version-2_5-dev/data/module/Compat/tests/function/hash_algos.phpt @ 19986

Revision 19986, 243 bytes checked in by AMUAMU, 13 years ago (diff)

#818 (パスワードリマインダの答えのハッシュ暗号化) の解決
#819 (パスワードのハッシュ暗号化の強化) の解決
#335 (パスワードリマインダの改修) の準備修正
#895 (会員登録完了ページのタイトル異常) の解決
#899 (会員登録時にパスワードが正しく登録されない) の解決
#744 (PHP4 互換用途ソースを将来的に切り捨てやすい仕組みづくり) 関連の修正も含む

Line 
1--TEST--
2Function -- hash_algos
3--FILE--
4<?php
5require_once 'PHP/Compat/Function/hash_algos.php';
6
7var_dump(php_compat_hash_algos());
8?>
9--EXPECT--
10array(3) {
11  [0]=>
12  string(3) "md5"
13  [1]=>
14  string(4) "sha1"
15  [2]=>
16  string(6) "sha256"
17}
Note: See TracBrowser for help on using the repository browser.