mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
22b9133d42
commit
8ca369a17f
1 changed files with 8 additions and 0 deletions
|
@ -851,6 +851,14 @@ I am bar.
|
|||
</para>
|
||||
</note>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
Dots and spaces in variable names are converted to undescores. For
|
||||
example <literal><input name="a.b" /></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>
|
||||
|
|
Loading…
Reference in a new issue