mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
a79d988b90
commit
10798eed66
1 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue