x
 
<!DOCTYPE html>
<html>
<body>
<?php
//PHP 在执行此语句时会引发错误:
$x = "我们是来自北方的所谓 "维京人" 。";
echo $x;
?> 
</body>
</html>