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