1 line
48 B
PHP
1 line
48 B
PHP
<?php $a=27; $b=3; $c=3; $d=$a/$b/$c; echo $d?>
|
<?php $a=27; $b=3; $c=3; $d=$a/$b/$c; echo $d?>
|