Skip to content

Commit eff1cc6

Browse files
author
Pieter Hordijk
committed
Added false return value when extension doesn't exist #78428
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347869 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent daf7180 commit eff1cc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/info/functions/ini-get-all.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<methodparam choice="opt"><type>bool</type><parameter>details</parameter><initializer>&true;</initializer></methodparam>
1515
</methodsynopsis>
1616
<para>
17-
Returns all the registered configuration options.
17+
Returns all the registered configuration options.
1818
</para>
1919
</refsect1>
2020

@@ -48,6 +48,8 @@
4848
&reftitle.returnvalues;
4949
<para>
5050
Returns an associative array with directive name as the array key.
51+
Returns &false; and raises an <constant>E_WARNING</constant> level error
52+
if the <parameter>extension</parameter> doesn't exist.
5153
</para>
5254
<para>
5355
When <parameter>details</parameter> is &true; (default) the array will

0 commit comments

Comments
 (0)