<!DOCTYPE html>
<html>
<body>
<?php
$str = "Hello World!\n\n";
echo $str;
echo chop($str);
?>
</body>
</html>