fork(1) download
  1. <?php
  2. $world["foo"] = "Foo World!";
  3. echo "Hello, $world[foo].\n";
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
Hello, Foo World!.