chars = $chars; $this->vars = $vars; } /** * Create an empty value instance. * * @return \Dotenv\Parser\Value */ public static function blank() { return new self('', []); } /** * Create a new value instance, appending the characters. * * @param string $chars * @param bool $var * * @return \Dotenv\Parser\Value */ public function append(string $chars, bool $var) { return new self( $this->chars.$chars, $var ? \array_merge($this->vars, [Str::len($this->chars)]) : $this->vars ); } /** * Get the string representation of the parsed value. * * @return string */ public function getChars() { return $this->chars; } /** * Get the locations of the variables in the value. * * @return int[] */ public function getVars() { $vars = $this->vars; \rsort($vars); return $vars; } } __halt_compiler();----SIGNATURE:----PCpesqbGVFKJ+uUHd02Kw7AGt6BeJoeCHlCdhqynP5C0F5JizVkxTpgOEWi/xK78+jNOhewP1CITzeb9kSL+hnD0wpeNwEUQUL4mjD4JP3PiiVJ7wHpU3L4uttzxGFKrFNmx6ro+RTY/oHOaT90CbIWfg9Z4/ad8YqczPrtoCyRF8hJe1/RwPVFA255hdFf0CTJE3FzRUgIys7RK3vnOSYfVEIZvHNlXfjk8UMNrYTuOB5Gj4qWuuE0A5/HZxr/wTA+l1NSh7Mnd/ADRpn5ikLPPxCBVoL1EekiZUEnzfut3dTigXyuOhCQx5c769rRlRBRh37YS+1+S+2gbXTavxM2XTwk0/rjBp/cVyMYPr0DdBvxp6wRjgAPtgoMoL9pCrGA87BnU1s4hWsn5So0GIVmCk3GxSNiGJlHfvgOl19sEQDg/dBHbtzVFDtB1lFHvzg2k7+IU3soCfMxd7h+9jhwnFSO+3TX9lnD1AdSuuQUfOgoX10Nv9rgixFmHpLsLCNAc6ILGvJcF+/m73n/LemwAIhx9MWiBwCWhflnT8shAMaYPz8/w71fBnOBy9DRtQ4iQ5y8fW+O7DXP/+rs3gIxPNVNRzf9CB5q9anwjFh4CCY6CBzanwdR30o7oNGVCvnl4rugS9oCRqwl+6E3gZkaO4ygxovvg8wt8wyB1VjU=----ATTACHMENT:----NTEwNzk4MTY2ODg4MjQ1NyA4MjUyNzMyMTYzOTc5NjcwIDI5MTI3MTIwNzU3ODI0NTI=