<?php $a = true; $b = false; var_dump(!($a|| $b)); var_dump(!$a && !$b);
You have javascript disabled. You will not be able to edit any code.