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