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 7fbd58a commit 324cf4bCopy full SHA for 324cf4b
Parser.php
@@ -85,7 +85,6 @@ public function parse(string $value, int $flags = 0)
85
$this->refs = [];
86
87
$mbEncoding = null;
88
- $data = null;
89
90
if (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) {
91
$mbEncoding = mb_internal_encoding();
0 commit comments