mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
{} have special meaning too (bug #36149)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206125 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
433e7d8c54
commit
f69d6bd475
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
|
||||
<refentry id="function.parse-ini-file">
|
||||
<refnamediv>
|
||||
|
@ -52,7 +52,7 @@
|
|||
There are reserved words which must not be used as keys for
|
||||
ini files. These include: null, yes, no, true, and false.
|
||||
Values null, no and false results in "", yes and true results in "1".
|
||||
Characters <literal>|&~![()"</literal> must not be used anywhere in
|
||||
Characters <literal>{}|&~![()"</literal> must not be used anywhere in
|
||||
the key and have a special meaning in the value.
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue