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