return true to win

<?php

function foo($x)
{
    $y = $x + 1;
    return ++$x != $y;
}
foo(
)
Score: 0

Absolute best score: 1