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