command.php 67 B

123456
  1. <?php
  2. var_dump($argv, $_SERVER);
  3. echo "From the CLI\n";
  4. exit(3);