x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = $y = $z = "水果";
echo $x;
echo $y;
echo $z;
?>
</body>
</html>