Parser
Class:
Source: vendor/vlucas/phpdotenv/src/Parser.php:7
Class:
Source: vendor/vlucas/phpdotenv/src/Parser.php:7
Method: Parse the given environment variable entry into a name and value.
Source: vendor/vlucas/phpdotenv/src/Parser.php:25
Method: Split the compound string into parts.
Source: vendor/vlucas/phpdotenv/src/Parser.php:41
Method: Strips quotes and the optional leading “export ” from the variable name.
Source: vendor/vlucas/phpdotenv/src/Parser.php:68
Method: Is the given variable name valid?
Source: vendor/vlucas/phpdotenv/src/Parser.php:88
Method: Strips quotes and comments from the environment variable value.
Source: vendor/vlucas/phpdotenv/src/Parser.php:102
Method: Generate a friendly error message.
Source: vendor/vlucas/phpdotenv/src/Parser.php:168