|
|
<?php
|
||
|
|
|
||
|
|
var_dump($argv, $_SERVER);
|
||
|
|
echo "From the CLI\n";
|
||
|
|
|
||
|
|
exit(3);
|