--TEST-- PHP 7.1 test. --RULESET-- { "@Symfony": true } --EXPECT-- $x1, 'y' => $y1), list('x' => $x2, 'y' => $y2)) = $points; list('first' => list($x1, $y1), 'second' => list($x2, $y2)) = $points; [$a, $b, $c] = [1, 2, 3]; --INPUT-- $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points; list("first" => list($x1, $y1), "second" => list($x2, $y2)) = $points; [$a, $b, $c] = [1, 2, 3];