<?php function isset_array(&$value): bool { return @isset($value) && is_array($value); } echo $somevar; var_dump(isset_array($somevar)); echo $somevar;
You have javascript disabled. You will not be able to edit any code.