x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = "我们是来自北方的所谓\"维京人\"。";
echo $x;
?> 
</body>
</html>