This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
SoftwareDesign
/
csu3_am335x
Segui
8
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
52bd49a6d4
Rami (Branch)
Tag
master
csu3_am335x
/
EVSE
/
GPL
/
php-8.1.12
/
tests
/
basic
/
010.phpt
010.phpt
97 B
Cronologia
Originale
1
2
3
4
5
6
--TEST--
Testing | and & operators
--FILE--
<?php $a=8; $b=4; $c=8; echo $a|$b&$c?>
--EXPECT--
8