From c963dd0208e1daf7027735165184e30774ffb053 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 27 Jul 2004 09:44:05 +0000 Subject: [PATCH] Numbers in keys and section names (bug #29306) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164422 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-file.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index d27d2cdc78..4015473d08 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -131,6 +131,12 @@ Array + + Keys and section names consisting from numbers are evaluated as PHP + integers thus numbers + starting by 0 are evaluated as octals and numbers starting by 0x are + evaluated as hexadecimals. +