<!DOCTYPE html>
<html>
<body>
<?php
echo substr_replace("Hello world","earth",-5);
?>
</body>
</html>