Compiler [Typechecker]: mixed is a superset of all types except void. Types like array(int|mixed) should now become array(mixed). Also removes promotion of __unknown__ to void in an obscure case.