We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8885ab7 commit 26942ddCopy full SHA for 26942dd
php/FlatbufferBuilder.php
@@ -927,8 +927,8 @@ public function endObject(): int
927
if ($vt_voffset === $current_vt_voffset) {
928
for ($j = Constants::SIZEOF_VOFFSET; $j < $vt_voffset; $j += Constants::SIZEOF_VOFFSET) {
929
if (
930
- $this->bb->getVOffset(Constants::asVOffset($vt_npos + $j)) !==
931
- $this->bb->getVOffset(Constants::asVOffset($current_vt_npos + $j))
+ $this->bb->getVOffset(Constants::asNPos($vt_npos + $j)) !==
+ $this->bb->getVOffset(Constants::asNPos($current_vt_npos + $j))
932
) {
933
continue 2;
934
}
0 commit comments