<?php list($foo, $bar) = [1 => 'foo', 0=> 'bar']; echo "foo is $foo bar is $bar\n";
You have javascript disabled. You will not be able to edit any code.