<!DOCTYPE html>
<html>
<body>
<?php
echo strncasecmp("Hello world!","hello earth!",6);
?>
</body>
</html>