fork(1) download
  1. <?php
  2.  
  3. echo ("" == []) ? "true" : "false";
  4. echo ("Array" == []) ? "true" : "false";
  5.  
  6. ?>
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
falsefalse