fork download
  1. <?php
  2.  
  3. $array[]='foo';
  4.  
  5. $data=2;
  6.  
  7. $userNowId = ($array && $data);
  8.  
  9. var_dump($userNowId);
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
bool(true)