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