<?php error_reporting(-1); class Foo { public function fn1() { $this->fn2(); } protected static function fn2() { // void } } $foo = new Foo; $foo->fn1();
You have javascript disabled. You will not be able to edit any code.