fork download
  1. <?php
  2. var_dump(true?true:true?false:true);
  3.  
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
bool(false)