fork(1) download
  1.  
  2. <?php
  3. define("value", 100);
  4.  
  5. echo value;
  6. ?>
  7.  
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
100