/dev/null | grep -v '/32/' | head -n 1"); $line = trim((string) $output); if ($line !== '') { $located = $line; break; } } if ($located) { $found[] = $located; } } $cache = implode(' ', $found); return $cache; } }