Your IP : 216.73.216.48
Current Path :
/
hdd
/
hdd12
/
install
/
php
/
php-7.4.32
/
tests
/
basic
/
Upload File :
Current File : //hdd/hdd12/install/php/php-7.4.32/tests/basic/010.phpt
--TEST-- Testing | and & operators --FILE-- <?php $a=8; $b=4; $c=8; echo $a|$b&$c?> --EXPECT-- 8