return true to win

<?php

function foo($x)
{
    return ($x >= 1) && ($x <= 1) && ($x !== 1);
}
foo(
)
Score: 0

Absolute best score: 2