fork(1) download
  1. <?php
  2. define('if','foo');
  3.  
  4. echo constant('if') . PHP_EOL;
  5.  
Success #stdin #stdout 0.02s 82880KB
stdin
Standard input is empty
stdout
foo