From 23c9927830847cbfd0568f7022500181a63fc30c Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 20 Sep 2010 10:33:23 +0000 Subject: [PATCH] ? is a special character, like it is for parse_ini_file git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303613 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-string.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/parse-ini-string.xml b/reference/filesystem/functions/parse-ini-string.xml index a39122742a..d85a90a55c 100644 --- a/reference/filesystem/functions/parse-ini-string.xml +++ b/reference/filesystem/functions/parse-ini-string.xml @@ -75,7 +75,7 @@ There are reserved words which must not be used as keys for ini files. These include: null, yes, no, true, false, on, off, none. Values null, no and false results in "", yes and true results in "1". - Characters {}|&~![()^" must not be used anywhere in + Characters ?{}|&~![()^" must not be used anywhere in the key and have a special meaning in the value.