fork download
  1. <?php
  2.  
  3. $row = [ 'img2' => 'img-2', 'text' => 'text', 'img3' => null, 'img4' => 'img-4' ];
  4. echo !empty($row['img1']) + !empty($row['img2']) + !empty($row['img3']) + !empty($row['img4']);
Success #stdin #stdout 0.03s 24556KB
stdin
Standard input is empty
stdout
2