summaryrefslogtreecommitdiff
path: root/tests/basic/010.phpt
blob: 9cdfece9e1c8e89b437d95a226b638eb72fc5b91 (plain)
1
2
3
4
5
6
--TEST--
Testing | and & operators
--FILE--
<?php $a=8; $b=4; $c=8; echo $a|$b&$c?>
--EXPECT--
8