Zend certified PHP/Magento developer

Is there a is_defined / is_set($var / $arr[‘key’] / $arr[‘key’][‘sub_key’] ) that returns TRUE if the variable is defined, NULL or not, that will not throw exceptions/errors if the array key is not set? Do they have an RFC for this?