Returns false on parse errors as of PHP5.3

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266035 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-09-09 14:32:34 +00:00
parent 4c9b8af61e
commit cc1e4dff77

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.29 $ -->
<!-- $Revision: 1.30 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.parse-ini-file">
<refnamediv>
<refname>parse_ini_file</refname>
@ -53,7 +53,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The settings are returned as an associative <type>array</type>.
The settings are returned as an associative <type>array</type> on success,
and &false; on failure.
</para>
</refsect1>
@ -70,6 +71,13 @@
</row>
</thead>
<tbody>
<row>
<entry>5.2.7</entry>
<entry>
On syntax error this function will return &false; rather then an empty
array
</entry>
</row>
<row>
<entry>5.2.4</entry>
<entry>