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