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