serverPathsGet('localhost'); $is_my_project = array_filter($locations, function($b) { return $b->getDepot() != null && $b->getDepot()->getDepot() == 'my_project'; }); assert(count($is_my_project) == 1);