We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_input_vars
parse_str()
1 parent 0f14761 commit 5d7f95fCopy full SHA for 5d7f95f
reference/strings/functions/parse-str.xml
@@ -142,6 +142,15 @@ echo $output['My_Value']; // Something
142
<refsect1 role="notes">
143
&reftitle.notes;
144
145
+ <note>
146
+ <para>
147
+ <function>parse_str()</function> is affected by the <link linkend="ini.max-input-vars">max_input_vars</link>
148
+ directive. Exceeding this limit triggers an <constant>E_WARNING</constant>,
149
+ and any variables beyond the limit are not added to the result array.
150
+ The default is 1000; adjust <link linkend="ini.max-input-vars">max_input_vars</link> as needed.
151
+ </para>
152
+ </note>
153
+
154
<note>
155
<para>
156
All variables created (or values returned into array if second parameter is set)
0 commit comments