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