fork download
  1. <?php
  2.  
  3. var_dump($isValid = false and true);
  4.  
Success #stdin #stdout 0.02s 24244KB
stdin
Standard input is empty
stdout
bool(true)