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