<?php // TestClass.php class TestClass extends TestClass2 { public function test() { $a = 5*5; $b = $a*2; return $b; } } ?>