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