function useStub() { $a = new Stub(); $info = array('test'); for ($i = 0; $i < LOOP; $i++) { $a->doIt($info); } }