mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287828 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8a0492f839
commit
3152dc0fa7
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ string(1) "/"
|
|||
the contents of the <constant>$_FILES</constant> array
|
||||
so <varname>$testfile</varname> remains a string.
|
||||
Because <link linkend="language.types.string.substr">strings may
|
||||
be accessed using array syntax</link> and a the non-numeric string
|
||||
be accessed using array syntax</link> and the non-numeric string
|
||||
<literal>tmp_name</literal> is interpreted
|
||||
as <literal>0</literal>, PHP
|
||||
sees <varname>$testfile['tmp_name']</varname>
|
||||
|
|
Loading…
Reference in a new issue