As pointed out by "Robert P. J. Day" on PHP General (http://news.php.net/php.general/303020), sentence could use a slight rework.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2010-03-20 01:13:06 +00:00
parent 5bb5428bc1
commit a4ed29489b

View file

@ -823,8 +823,9 @@ I am bar.
import_request_variables('p', 'p_');
echo $p_username;
// Unavailable since PHP 6. As of PHP 5.0.0, these long predefined
// variables can be disabled with the register_long_arrays directive.
// As of PHP 5.0.0, these long predefined variables can be
// disabled with the register_long_arrays directive. As of
// PHP 6, they are completely unavailable.
echo $HTTP_POST_VARS['username'];