sto avendo un problema con quest'espressione regolare...

Codice PHP:
$stringa="ma che{id} figata sto {nome} coso rotoloso {cognome}lol mia";
preg_match_all("{*}",$stringa,$arr,PREG_SET_ORDER);
print_r($arr); 
mi scrive

codice:
Warning: preg_match_all() [function.preg-match-all]: Compilation failed: nothing to repeat at offset 0 in C:\Programmi\EasyPHP 2.0b1\www\GM\index.php on line 45
non capisco dove sia l'errore...