return true to win

<?php

function foo($x)
{
    return strlen($x) === 4;
}
foo(
)
Score: 0

Absolute best score: 1