mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed bug #66800
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334153 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7ceb6fc936
commit
68d22233ea
2 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,8 @@ if (md5($str) === '1f3870be274f6c49b3e31a0c6728957f') {
|
|||
<member><function>crc32</function></member>
|
||||
<member><function>sha1</function></member>
|
||||
<member><function>hash</function></member>
|
||||
<member><function>crypt</function></member>
|
||||
<member><function>password_hash</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -110,6 +110,8 @@ if (sha1($str) === 'd0be2dc421be4fcd0172e5afceea3970e2f3d940') {
|
|||
<member><function>crc32</function></member>
|
||||
<member><function>md5</function></member>
|
||||
<member><function>hash</function></member>
|
||||
<member><function>crypt</function></member>
|
||||
<member><function>password_hash</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue