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:
Richard Quadling 2009-11-17 10:03:02 +00:00
parent 4f4f3ccc2b
commit 982dd5fdc5

View file

@ -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>&lt;input name="a.b" /&gt;</literal> becomes
<literal>$_REQUEST["a_b"]</literal>.
</para>