fork(3) download
  1. <?php
  2. function test () {
  3. echo __FUNCTION__;
  4. };
  5. $test = 'test';
  6.  
  7. $test();
Success #stdin #stdout 0.01s 24448KB
stdin
Standard input is empty
stdout
test