x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = 17;  
$x += 8;
echo $x;
?>  
</body>
</html>