mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73830 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4389459003
commit
b41e417d56
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.164 $ -->
|
||||
<!-- $Revision: 1.165 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -213,7 +213,7 @@ Array
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
$input_array = array("FirSt" => 1, "SecOnd" => 4);
|
||||
print_r(array_change_key_case($input_array, CASE_UPPER);
|
||||
print_r(array_change_key_case($input_array, CASE_UPPER));
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue