3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = []; $c = $a[new stdclass] ?? "123"; var_dump($c);
Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Fatal error: Uncaught TypeError: Cannot access offset of type stdClass on array in /in/vVNaO:5 Stack trace: #0 {main} thrown in /in/vVNaO on line 5
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30
Fatal error: Uncaught TypeError: Illegal offset type in /in/vVNaO:5 Stack trace: #0 {main} thrown in /in/vVNaO on line 5
Process exited with code 255.
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33
Warning: Illegal offset type in /in/vVNaO on line 5 string(3) "123"

preferences:
116.13 ms | 1406 KiB | 4 Q