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