3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = null; $b = null; [...$a, ...$b];
Output for 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Fatal error: Uncaught Error: Only arrays and Traversables can be unpacked, null given in /in/DuYHu:6 Stack trace: #0 {main} thrown in /in/DuYHu on line 6
Process exited with code 255.
Output for 7.4.33, 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30
Fatal error: Uncaught Error: Only arrays and Traversables can be unpacked in /in/DuYHu:6 Stack trace: #0 {main} thrown in /in/DuYHu on line 6
Process exited with code 255.

preferences:
41.42 ms | 854 KiB | 4 Q