We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7bc5e commit 2b6bfb4Copy full SHA for 2b6bfb4
1 file changed
src/Utils/StringReader.php
@@ -15,6 +15,7 @@ class StringReader
15
*/
16
public function __construct($str)
17
{
18
+ $this->pos = 0;
19
$this->str = $str;
20
$this->strlen = strlen($this->str);
21
}
0 commit comments