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

Revision 20119, 243 bytes checked in by nanasess, 13 years ago (diff)

module 以下は svn:keywords を除外

  • Property svn:eol-style set to LF
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.