I am getting following error during my Installation of Drupal 8
Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' or `'('' in var\www\html\core\includes\bootstrap.inc on line 3
When I went to line number 3 in index.php I saw following two lines...
use Drupal\Core\DrupalKernel;
use Symfony\Component\HttpFoundation\Request;
I don't know what is the meaning of above two lines and why these are creating above error!