mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo: Fix#50202
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290861 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4f4f3ccc2b
commit
982dd5fdc5
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ I am bar.
|
|||
|
||||
<note>
|
||||
<para>
|
||||
Dots and spaces in variable names are converted to undescores. For
|
||||
Dots and spaces in variable names are converted to underscores. For
|
||||
example <literal><input name="a.b" /></literal> becomes
|
||||
<literal>$_REQUEST["a_b"]</literal>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue