fork download
  1. <?php var_dump(array(1));
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
array(1) {
  [0]=>
  int(1)
}