fork(1) download
  1. <?php
  2. define("VALUE", 100,true);//with case-insensitive name
  3.  
  4. echo value;
  5. ?>
  6.  
Success #stdin #stdout 0.03s 52432KB
stdin
Standard input is empty
stdout
100