3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = ['x', 'y', 'z']; [$x, $y, $z] = $a; var_dump($x, $y, $z);
Output for 8.1.34, 8.2.27 - 8.2.30, 8.3.0 - 8.3.29, 8.4.1 - 8.4.16, 8.5.0 - 8.5.1
string(1) "x" string(1) "y" string(1) "z"

preferences:
56.97 ms | 406 KiB | 5 Q