
for VER in php php55 php56 php70 php71 php72 php73 php74 php80 php81; do
  /usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/tmp
  /usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/opcache
  /usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/wsdlcache
  /usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/opcache
done

