Typos provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348891 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
George Peter Banyard 2020-01-12 21:54:37 +00:00
parent 93bc4c0a77
commit 6d02e88d53
2 changed files with 2 additions and 2 deletions

View file

@ -374,7 +374,7 @@ proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['null']], $pipes);
<sect3 xml:id="migration74.new-features.standard.sodium-argon-hash">
<title>argon2i(d) without libargon</title>
<para>
<function>password_hash</function> now has the argon2i and argin2id implementations
<function>password_hash</function> now has the argon2i and argon2id implementations
from the sodium extension when PHP is built without libargon.
</para>
</sect3>

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>ZMQSocket</type><methodname>ZMQSocket::send</methodname>
<modifier>public</modifier> <type>ZMQSocket</type><methodname>ZMQSocket::sendmulti</methodname>
<methodparam><type>array</type><parameter>message</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>