Arrays Learning Mode

What will be the output of the following PHP code?

array_combine(array(1,2,3,6),array(4,5,6));