3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = ['b' => 'c']; unset( $a['sdfjh']); var_dump($a);
Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.15, 8.5.0
array(1) { ["b"]=> string(1) "c" }

preferences:
44.81 ms | 406 KiB | 5 Q