<?php class Test { function foo($fn) { } function test() { for ($i = 0; $i < 100000; $i++) { $this->foo(__FUNCTION__); } } }
You have javascript disabled. You will not be able to edit any code.