3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_export(isset($array['does']['not']['exist']) ? $array['does']['not']['exist'] : 'nope'); echo "\n---\n"; var_export(isset($obj->does->not->exist) ? $obj->does->not->exist : 'nope'); echo "\n---\n"; var_export(isset($obj->does[123]->not->exist[678]['foo']) ? $obj->does[123]->not->exist[678]['foo'] : 'nope');

preferences:
145.1 ms | 404 KiB | 5 Q