
| Path : /proc/thread-self/root/proc/thread-self/root/usr/src/php/tests/basic/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/usr/src/php/tests/basic/010.phpt |
--TEST-- Testing | and & operators --FILE-- <?php $a=8; $b=4; $c=8; echo $a|$b&$c?> --EXPECT-- 8