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