fork download
  1. <?php
  2. $vklad = 'тип';
  3. for ($x = 10000; $x <= 0; $x = $x+=0.1) {
  4. echo "если {$vklad} вложит 10000, то миллион у него будет через {$x}";
  5. }
Success #stdin #stdout 0.04s 25880KB
stdin
Standard input is empty
stdout
Standard output is empty