fork download
  1. <?php
  2.  
  3. $lol = "uname -a";
  4.  
  5. echo `$lol`;
Success #stdin #stdout 0.02s 23716KB
stdin
Standard input is empty
stdout
Linux checker 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux