PhpBench\Environment\Provider\Php::getData PHP Method

getData() private method

private getData ( )
    private function getData()
    {
        if (false === $this->remoteVersion) {
            return ['version' => phpversion(), 'xdebug' => in_array('xdebug', get_loaded_extensions())];
        }
        return $this->launcher->payload(__DIR__ . '/template/php.template', [])->launch();
    }