x
 
<!DOCTYPE html>
<html>
<body>
<?php
$a = 5;
if ($a < 10) $b = "你好";
echo $b
?>
</body>
</html>