<!DOCTYPE html>
<html>
<body>
<?php
echo strrchr("Hello world!","world");
?>
</body>
</html>