<?php

$nullCount = 0;
foreach ($columns as $column) {
    if (is_null($sonuc[$column])) $nullCount++;
}
echo 'Eksik fotoğraf: ' . $nullCount;