fork download
  1. <?php
  2.  
  3. $info = array('coffee', 'brown', 'caffeine');
  4.  
  5. @list($drink, $color, $power, $pitookh) = $info;
  6.  
  7. var_dump($pitookh);
Success #stdin #stdout 0.01s 82560KB
stdin
Standard input is empty
stdout
NULL