x
 
<!DOCTYPE html>
<html>
<body>
<?php
const MYCAR = "Volvo";
echo MYCAR;
?> 
</body>
</html>