Skip to content

Commit 764e22f

Browse files
authored
Update array_combine return values section (#1513)
Fix #1512
1 parent 464ffb2 commit 764e22f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/array/functions/array-combine.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
<refsect1 role="returnvalues">
5252
&reftitle.returnvalues;
5353
<para>
54-
Returns the combined <type>array</type>, &false; if the number of elements
55-
for each array isn't equal.
54+
Returns the combined <type>array</type>.
5655
</para>
5756
</refsect1>
5857

@@ -82,7 +81,8 @@
8281
<entry>
8382
<function>array_combine</function> will now throw a
8483
<classname>ValueError</classname> if the number of elements
85-
for each array is not equal.
84+
for each array is not equal;
85+
previously this function returned &false; instead.
8686
</entry>
8787
</row>
8888
</tbody>

0 commit comments

Comments
 (0)