--TEST-- Testing $argc and $argv handling (cli) --SKIPIF-- --INI-- register_argc_argv=1 variables_order="GPCSE" --ARGS-- ab cd ef 123 test --FILE-- --EXPECT-- 0: ab 1: cd 2: ef 3: 123 4: test