3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = ['test' => ['2' => 'lol']]; if(!array_key_exists('test', $test) || !array_key_exists('test', $test['2'])) { echo "hello"; } var_dump(isset($test['lol']['lol']));

preferences:
45 ms | 402 KiB | 5 Q