<?php $a = array(0 , 0 , 0 , 0); $b = array_unique($a); if(count($b) === 0 || count($b) > 1 || $b[0] !== 0){ echo "No"; }else{ echo "All Zero"; }
You have javascript disabled. You will not be able to edit any code.