// don't forget to add "use ($variableName)" array_map(function ($list) use ($variableName) {return $list["name"] != $variableName;}, $array);