summaryrefslogtreecommitdiffstats
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?>