Example #1
0
 function __do_mashed($arg, $arg2)
 {
     echo "NewType2: class closure for `mashed` called, chaining up to NewType\n";
     NewType::__do_mashed($arg, $arg2);
 }