<?php $array = ['key' => '']; if (empty(array_filter($array))){ echo 'empty'; }else{ echo 'not empty'; }