return true to win

<?php

function foo(array $x)
{
    return $x[0] === null;
}
foo(
)
Score: 0

Absolute best score: 2