fork download
  1. <?
  2.  
  3. function f(){ var_dump(123); }
  4.  
  5. $g = "f";
  6.  
  7. $g();
  8.  
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
int(123)