fork download
  1. <?php
  2.  
  3. $test = array('a', 'b', 'c');
  4.  
  5. echo $test;
Success #stdin #stdout 0.03s 13112KB
stdin
Standard input is empty
stdout
Array