From 10798eed66538826c7720157c3568d35c7189960 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 8 Jul 2013 10:45:54 +0000 Subject: [PATCH] Update hex2bin() changelog git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330793 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/hex2bin.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/hex2bin.xml b/reference/strings/functions/hex2bin.xml index d8a62e5991..761d0e0db3 100644 --- a/reference/strings/functions/hex2bin.xml +++ b/reference/strings/functions/hex2bin.xml @@ -48,8 +48,8 @@ &reftitle.errors; - If the hexadecimal input string is of odd length an E_WARNING - level error is thrown. + If the hexadecimal input string is of odd length or invalid hexadecimal string + an E_WARNING level error is thrown. @@ -65,6 +65,12 @@ + + 5.5.1 + + A warning is thrown if the input string is invalid hexadecimal string. + + 5.4.1