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