<!DOCTYPE html>
<html>
<body>

<?php
echo substr_compare("Hello world","Hello world",0);
?>
  
</body>
</html>