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