in php/src/ArrayUtil.php [30:33]
public static function contains($raw, $str) { return \in_array($str, $raw); }