We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
array_combine
1 parent 464ffb2 commit 764e22fCopy full SHA for 764e22f
reference/array/functions/array-combine.xml
@@ -51,8 +51,7 @@
51
<refsect1 role="returnvalues">
52
&reftitle.returnvalues;
53
<para>
54
- Returns the combined <type>array</type>, &false; if the number of elements
55
- for each array isn't equal.
+ Returns the combined <type>array</type>.
56
</para>
57
</refsect1>
58
@@ -82,7 +81,8 @@
82
81
<entry>
83
<function>array_combine</function> will now throw a
84
<classname>ValueError</classname> if the number of elements
85
- for each array is not equal.
+ for each array is not equal;
+ previously this function returned &false; instead.
86
</entry>
87
</row>
88
</tbody>
0 commit comments