frameType = $this->readUnsignedByte(); $this->offsetDelta = $this->readUnsignedShort(); for ($i = 0, $s = $this->frameType - 251; $i < $s; $i++) { $local = new \PHPJava\Kernel\Structures\VerificationTypeInfo($this->reader); $local->execute(); $this->locals[] = $local; } } }