x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo "Hello";
// 等同于:
echo("Hello");
?>
</body>
</html>