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