mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01: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).