<?php $a = 1; $b = 2; [$b,$a] = [$a,$b]; echo $a,' ', $b;
You have javascript disabled. You will not be able to edit any code.