<!DOCTYPE html>
<html>
<body>

<?php
echo strrchr("Hello world!",111);
?>


</body>
</html>