<?php class Top { function A() { echo 'A'; } } class Bottom extends Top { function B() { call_user_func_array('parent::A', []); } } $child = new Bottom(); $child->B();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`