Preview:
<?php

function sum($num,$num1) {
	return $num + $num1;
}

$a = 10;
$b = 20;

$ali=30
$day=50000;

echo sum($ali,$day);

?>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter