1 2 3 4 5 6
--TEST-- Testing | and & operators --FILE-- <?php $a=8; $b=4; $c=8; echo $a|$b&$c?> --EXPECT-- 8