Loading src/Engine/Decoder.php +3 −2 Original line number Diff line number Diff line Loading @@ -92,8 +92,6 @@ class Decoder return; default: // rewind back 1 character because it's a part of string length fseek($this->stream, -1, SEEK_CUR); $this->processString(); } } Loading Loading @@ -134,6 +132,9 @@ class Decoder private function processString() { // rewind back 1 character because it's a part of string length fseek($this->stream, -1, SEEK_CUR); $lenStr = $this->readInteger(':'); if ($lenStr === false) { Loading Loading
src/Engine/Decoder.php +3 −2 Original line number Diff line number Diff line Loading @@ -92,8 +92,6 @@ class Decoder return; default: // rewind back 1 character because it's a part of string length fseek($this->stream, -1, SEEK_CUR); $this->processString(); } } Loading Loading @@ -134,6 +132,9 @@ class Decoder private function processString() { // rewind back 1 character because it's a part of string length fseek($this->stream, -1, SEEK_CUR); $lenStr = $this->readInteger(':'); if ($lenStr === false) { Loading