fork download
  1. <?php
  2.  
  3. class Pituh {
  4. public static function kukareku() {
  5. echo "cock";
  6. }
  7. }
  8.  
  9. $f = ["Pituh", "kukareku"];
  10. $f();
Success #stdin #stdout 0.02s 24324KB
stdin
Standard input is empty
stdout
cock