From 2a2750caa3c19f58889c6a7d57eb4649bce38ac4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Sep 2004 14:14:17 +0000 Subject: [PATCH] Null is equivalent to '', not '0' (bug #26470) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168682 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/setlocale.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index 77ef5b52bc..f3c3da24f1 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,5 +1,5 @@ - + @@ -67,13 +67,13 @@ - If locale is the empty string + If locale is &null; or the empty string "", the locale names will be set from the values of environment variables with the same names as the above categories, or from "LANG". - If locale is &null; or "0", + If locale is "0", the locale setting is not affected, only the current setting is returned.