Dots and spaces become underscores (bug #48799)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290816 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-16 12:58:05 +00:00
parent 22b9133d42
commit 8ca369a17f

View file

@ -851,6 +851,14 @@ I am bar.
</para>
</note>
<note>
<para>
Dots and spaces in variable names are converted to undescores. For
example <literal>&lt;input name="a.b" /&gt;</literal> becomes
<literal>$_REQUEST["a_b"]</literal>.
</para>
</note>
<para>
As shown, before PHP 4.2.0 the default value for <link
linkend="ini.register-globals">register_globals</link>