Input/Output Learning Mode

What will the following script output?

<?php
echo long2ip (ip2long ('127.0.256'));
?>