From 3e9d8217dba4bcc4ba2dc544daafad43b6e7f331 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 25 Oct 2010 16:12:31 +0000 Subject: [PATCH] Added that these return false on failure. Deals with and closes PHP bug #51539 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304880 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/idn/idn-to-ascii.xml | 2 +- reference/intl/idn/idn-to-utf8.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/intl/idn/idn-to-ascii.xml b/reference/intl/idn/idn-to-ascii.xml index 00c03540af..614d3069ed 100644 --- a/reference/intl/idn/idn-to-ascii.xml +++ b/reference/intl/idn/idn-to-ascii.xml @@ -46,7 +46,7 @@ &reftitle.returnvalues; - Domain name encoded in ASCII-compatible form. + Domain name encoded in ASCII-compatible form. &return.falseforfailure; diff --git a/reference/intl/idn/idn-to-utf8.xml b/reference/intl/idn/idn-to-utf8.xml index 56b635fb80..0197fe6bca 100644 --- a/reference/intl/idn/idn-to-utf8.xml +++ b/reference/intl/idn/idn-to-utf8.xml @@ -46,7 +46,7 @@ &reftitle.returnvalues; - Domain name in Unicode. In PHP5, domain name will be in UTF-8. + Domain name in Unicode. In PHP5, domain name will be in UTF-8. &return.falseforfailure;