function Status::getEnvAllow
Returns the _ALLOW_XDEBUG environment variable as name=value
2 calls to Status::getEnvAllow()
- Status::reportNoRestart in vendor/
composer/ xdebug-handler/ src/ Status.php - No restart status message
- Status::reportRestarting in vendor/
composer/ xdebug-handler/ src/ Status.php - Restarting status message
File
-
vendor/
composer/ xdebug-handler/ src/ Status.php, line 209
Class
- Status
- @author John Stevenson <john-stevenson@blueyonder.co.uk> @internal
Namespace
Composer\XdebugHandlerCode
private function getEnvAllow() : string {
return $this->envAllowXdebug . '=' . getenv($this->envAllowXdebug);
}