<?php $a = 3; $b = 4; list($b, $a) = [ $a, $b]; echo "a=$a b=$b\n";
You have javascript disabled. You will not be able to edit any code.