* generated AST for virtual methods will be like this: * * function virtual_function($param1, ...) { * switch ($this->get_virt_hash()) { * case 0xDEADBEAF: { // hash of Derived1 * $tmp = instance_cast ($this); * $tmp->virtual_function($param1, ...); * break; * } * case 0x02280228: { // hash of Derived2 * $tmp = instance_cast ($this); * $tmp-
source not stored for this graph (policy: none)
no test coverage detected