3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('foo'=>'bar'); $notexists = !array_key_exists('foo', $array); $empty = empty($array['foo']); var_dump($notexists, $empty, $notexists || $empty);

preferences:
44.49 ms | 402 KiB | 5 Q