Sprawdź, czy druga tablica ma wszystkie wartości z pierwszego elementu PHP

$containsAllValues = !array_diff($search_this, $all);
Lokesh003Coding