fork download
  1. <?php
  2. $test = '1';
  3.  
  4. var_dump(isset($test));
  5. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
bool(true)