fork download
  1. <?php
  2. $list = [];
  3. echo empty($list) ? '空': '不空';
  4. echo system(cmd);
  5. ?>
Success #stdin #stdout #stderr 0.04s 25796KB
stdin
45
stdout
stderr
PHP Warning:  Use of undefined constant cmd - assumed 'cmd' (this will throw an Error in a future version of PHP) in /home/o7tNj9/prog.php on line 4
sh: 1: cmd: not found