Arrays Learning Mode

What will this script output?

$a = array('one','two');
$b = array('three','four','five');
echo count($a + $b);