Which of the following will generate an E_NOTICE error assuming the following code?
$array = array( array( 1,2 ), 'a'=> array( 'b'=>1, 'c' ) );