<!DOCTYPE html>
<html>
<body>

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