<?php $foo = 1 && 2 && 1 && 0; $foo++; echo ($foo === false) ? 'false' : 'true';
You have javascript disabled. You will not be able to edit any code.