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