<?php
$neto = 5.03 + 4.82;
$final = number_format($neto, 2, ".", ",");

echo $final;