Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
php
/
divide.php
blob: 3cbc5be5aad2e11daabe30dbbd5178a2c2f7b369 [
file
]
<?
php $a
=
27
;
$b
=
3
;
$c
=
3
;
$d
=
$a
/
$b
/
$c
;
echo $d
?>