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