<!DOCTYPE html>
<html>
<body>

<?php
echo strncasecmp("I love China!","I love Shanghai!",6);
?>
  
</body>
</html>