mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix return type of array_change_key_case error
fix return type of `array_change_key_case` in case of parameter wrong type that changed from false to null starting PHP 5.3 ~11.5 years ago Closes GH-314.
This commit is contained in:
parent
027f187b3e
commit
fd8eb0ea17
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an array with its keys lower or uppercased, or &false; if
|
||||
Returns an array with its keys lower or uppercased, or &null; if
|
||||
<parameter>array</parameter> is not an array.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue