<?php function test() { return ['variable' => 11, 'variable1' => 12]; } extract(test()); echo $variable.'--'.$variable1;
You have javascript disabled. You will not be able to edit any code.