fork download
  1. <?php
  2. $foo = array(1,2,3);
  3. echo (string)$foo;
  4. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Array