>>109
>>109

test.php
exec('php test2.php 100 200', $o, $r);
var_dump($o);

test2.php
unset($argv[0]);
echo implode(",", $argv);