fork download
  1. <?php
  2.  
  3. var_dump((array) NULL);
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
array(0) {
}