index
:
apache2
debian
progress-linux
upstream
debian 11: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
ops.php
blob: 912ba33c5b10e28ed4455b04501c0a499588c4d3 (
plain
)
1
<?php
$a
=
8
;
$b
=
4
;
$c
=
8
;
echo
$a
|
$b
&
$c
?>