<!DOCTYPE html>
<html>
<body>

<?php
echo strcmp("Hello world!","Hello world!");
?>


<p>If this function returns 0, the two strings are equal.</p>

</body>
</html>