"jedan","b" => "dva", "c" => "tri"); extract($my_array); echo "\$a = $a; \$b = $b; \$c = $c
"; print_r($my_array); ?