$bla = array( "שלום", "כיתה", 2 => "א'"); list ($hello, $class, $a) = $bla; echo "$hello, אני ב$class $a";