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.
2 parents 3f7bc5e + 2b6bfb4 commit cbf1101Copy full SHA for cbf1101
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