<?php class A { public static function get($a) { return "A"; } } class B extends A { public static function get($a, $b) { return "B"; } } function CallGetMethod(A $a) { echo "get() => ", $a::get(123), "\n"; } CallGetMethod(new B());
You have javascript disabled. You will not be able to edit any code.
There are `0` results