3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('Y-m-d\TH:i:sP'); $nextbid = 100; $bidmax = 300; $percent = 15; while($nextbid < $bidmax ) { $nextbid = (($nextbid*$percent/100)+$nextbid); print_r($nextbid); } $nextbid = round($nextbid/20, 0)* 20;

preferences:
52.02 ms | 402 KiB | 5 Q