fork download
  1. <?php
  2.  
  3.  
  4. echo 15 % 6;
  5.  
  6. ?>
Success #stdin #stdout 0.02s 25016KB
stdin
Standard input is empty
stdout
3