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:----ol3HEIUTASvIZUe/BLT+2l5E1EcxZOp2s4P5md2nJ22IGUgSNnm73nCCyOS7QMEE3VDz/yIgieYVD0SYM00eHxyALsgnLujf2dDKbVKCN8xly82uPcwTVWGPFquEKjzIBaiI2W5qbAdJAqn6UHdZSb/y+s3heUTZef8aIR+cj8mOzgsLeNlgxbrQ696yBk1KkCtZV0/gbt+myhWh+NQPtL5sInk7fdpwGKxSJl4NaGUVmgAu5ZJSSAQDW1EwxxNorh+/QDHiNy5v0KZXeDp9Bz6aHcBTqIqFuxkjFYWhuRJOcud+aNhmt17bfeEK3CnMe9UK9oQufLjysFf772gBJO5KLTkKkNeS4tD/vF3hdO6Qu24iitQ8KR9bLvVADibOiUTzLB/UQXqSekt9DQ853sEAAlV/mzQkBDiszWTNLDLDxi5XgBzOZ5+MwtrS8+15UfSDEMetClCUjxPOlJbCerUkP0sFXs8jHJ9/oYtWRPD+7ohHS4jBZHzxrMjoqW5cZ1I3yeJT5Clt7CVyiFEJlaaDaSZfWDdsHny+fXq99vX1hdHhWUdPata6xJLcxQWgThIy82xkzOzkinmYFl9TmSXADeeboczOty+Az5rbIc4WSUeOuOYgP09H/i8oyHBRDSRLZYUEeS3FKBm5i0fiW01+q4fV+pgUYlJCHEmPTBw=----ATTACHMENT:----MjcxNTQ5Mjg1NzMwNzYwMyA2NjYyNDc5MzczNjc4NTQ2IDYzMDUzMTM3NTY4MDEzNDE=