x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo strcasecmp("shanghai","SHANGHAI");
?>
  
</body>
</html>