serverPathsGet('localhost', '//my_project/main/README'); $has_fstat = array_filter($locations, function($b) { return $b->getFstat() != null; }); assert(count($has_fstat) == 1); $has_content = array_filter($locations, function($b) { return $b->getContent() != null; }); assert(count($has_content) == 1);