t/htdocs/php/divide.php (
1
lines of code) (
raw
):
<?php $a=27; $b=3; $c=3; $d=$a/$b/$c; echo $d?>