Arrays Learning Mode

What elements will the following script output?

    $array = array (true => 'a', 1 => 'b');
    var_dump ($array);