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