Update hex2bin() changelog

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330793 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yasuo Ohgaki 2013-07-08 10:45:54 +00:00
parent a79d988b90
commit 10798eed66

View file

@ -48,8 +48,8 @@
<refsect1 role="errors">
&reftitle.errors;
<para>
If the hexadecimal input string is of odd length an <constant>E_WARNING</constant>
level error is thrown.
If the hexadecimal input string is of odd length or invalid hexadecimal string
an <constant>E_WARNING</constant> level error is thrown.
</para>
</refsect1>
@ -65,6 +65,12 @@
</row>
</thead>
<tbody>
<row>
<entry>5.5.1</entry>
<entry>
A warning is thrown if the input string is invalid hexadecimal string.
</entry>
</row>
<row>
<entry>5.4.1</entry>
<entry>