Short: Type tracking fails on arrays From: Lars Date: 2001-06-10 State: New int *r; r = ({ "12" }); sollte zumindest unter strict_types einen Typfehler im Compiler liefern. Fehlerstellen: - der Type von ({ "12" }) ist nicht bekannt - der Typ wird bei der Zuweisung nicht geprueft.