<?php $arr = []; $maybeZero = 2; if (count($arr) == $maybeZero) { } else { var_dump($arr); }
You have javascript disabled. You will not be able to edit any code.