fork download
  1. <?php
  2.  
  3. // your code goes here
  4. echo implode(' ', ['a' => 'b', 'foo' => 'bar']);
Success #stdin #stdout 0.02s 23296KB
stdin
Standard input is empty
stdout
b bar