fork download
  1. <?php
  2. // on first glance, the following appears to output 'true'
  3. echo (true?'true':false?'t':'f');
Success #stdin #stdout 0.02s 24448KB
stdin
Standard input is empty
stdout
t