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