<!DOCTYPE html>
<html>
<body>

<?php
echo substr_replace("world","Hello ",0,0);
?>


</body>
</html>