<?php

$row = [ 'img2' => 'img-2', 'text' => 'text', 'img3' => null, 'img4' => 'img-4' ];
echo !empty($row['img1']) + !empty($row['img2']) + !empty($row['img3']) + !empty($row['img4']);