<!DOCTYPE html>
<html>
<body>

<?php
echo strpbrk("I love Shanghai!","Sh");
?>
  
</body>
</html>