class A{ for ($i = 1; $i <= 10; $i++) { public function aa() { return true; } } public function bb() { return true; } }