mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
$argc and $argv global variables are registered only in CLI mode and under $_SERVER[] in other case. (This is done because register_globals was removed and assumed - off).