3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dpprice = file_get_contents("https://api.coinmarketcap.com/v1/ticker/digitalprice/", true); $price= json_decode($dpprice); $payamt =$price[0]->price_usd; $paypercent = (1/$payamt); $amtdue= $paypercent*5; $amtdue = number_format((float)$amtdue, 4, '.', ''); ?>

preferences:
39.77 ms | 406 KiB | 5 Q