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:----J/5YAwbSb10xc02tI6l1TAUt5lpuA9va0VD4LZrdzi+wIvjz3uLWoZUuZwsQmJRRB8H9tjPn93vVKHpVdb0gsSdXGmP083yK7mhfG+YLK/LSP9wCCBOhWCJifWLdHka62MGTqep1LLRUBQqQILa3GZ4kyrEJtzJx3aOqSDurTVQ/7lWeG7vbQci8q68tRB22hBjXpN84g+PkyoKiut6DBZP1oxfL6FXFaZYSqEwDC6VxssYPT057GtYrWPDjAgiSN6x7sV1vNYZs09hF06ED99DWnS9NmJnpx/Qq5lNIzoij2U5KqGnHd8WkSwriMLxfyYmqNPii4peU6+V6A/uL+wqZcZsFZykLkh8oUgOhA50U+X8g/lku3bkRD5rNj8JkhdOL++rmJvvkVZRf1Q/j0729y0nBwO0mxR7IJ3BWD0x7PEgRK4MW7R0Zxmp1fX9DR1ObsvtrrWw+3E6q/1VtuBQ8fqM6o1au75KOWjEN0yoHYeZZU0eoudq+k2nrMYfwu9R1tj/dk2x119Hmpm5z2dSOb9eEM4qH+YG5fx05Appqd8H/o8KXv4Co7Pjf6y6T5SErzZpMB4R4NRAwWdIPOOYbHdDxEjslresIe4+w3so6HbE/jo8o3qzYVbsN2duPvv4gPgLCCZyglU/WrouHvZPoBYLEFEHCunNy9vJ1kVg=----ATTACHMENT:----OTY3NTY4MTU0OTA0MDg4NSA1MTY0NjgwNDUzNDE3NjM3IDQ5NTk2ODcwMDQxMTgzNTA=