<?php $f = [ 'foo' => NULL, ]; print_r(count($f['foo'])); print_r(count($f['bar']));
You have javascript disabled. You will not be able to edit any code.