get($key, NULL) === NULL); $hasDefaultB = ($this->get($key, 123) === 123); return !($hasDefaultA && $hasDefaultB); } }