source:
branches/version-2_11-dev/data/module/Compat/tests/function/hash_algos.phpt
@
20119
| Revision 20119, 243 bytes checked in by nanasess, 15 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | --TEST-- |
| 2 | Function -- hash_algos |
| 3 | --FILE-- |
| 4 | <?php |
| 5 | require_once 'PHP/Compat/Function/hash_algos.php'; |
| 6 | |
| 7 | var_dump(php_compat_hash_algos()); |
| 8 | ?> |
| 9 | --EXPECT-- |
| 10 | array(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.
