1 line
47 B
PHP
1 line
47 B
PHP
<?php $a=1; $b=2; $c=3; $d=$a+$b+$c; echo $d?>
|
<?php $a=1; $b=2; $c=3; $d=$a+$b+$c; echo $d?>
|