3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sellerDiscount=56.595; $this->result['loan_amount']=539; echo number_format($sellerDiscount, 2, ',', ''); echo number_format(($sellerDiscount / 1.21), 2, ',', ''); echo number_format(($sellerDiscount - ($sellerDiscount / 1.21)), 2, ',', ''); echo number_format($this->result['loan_amount'] - $sellerDiscount, 2, ',', ''); echo number_format((($this->result['loan_amount'] - $sellerDiscount) * 0.702804), 2, ',', '');

preferences:
47.48 ms | 402 KiB | 5 Q