index
:
apache2
debian
progress-linux
upstream
debian 10 security: apache2
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
subtract.php
blob: acf18f4a7b8fd053255273e5d59f63734bd4242a (
plain
)
1
<?php
$a
=
27
;
$b
=
7
;
$c
=
10
;
$d
=
$a
-
$b
-
$c
;
echo
$d
?>