<?php $a = ["red"=>"rouge","blue"=>"sea","rally"=>"game","trolley"=>"SF"]; $red = "heifer"; extract($a, EXTR_SKIP); echo "$red, $blue, $rally, $trolley\n";
You have javascript disabled. You will not be able to edit any code.