3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = '0'; for($i=0; $i < 10000; $i++) { $f = bcadd($f, '0.01', 2); } var_dump($f);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
Branch analysis from position: 3
filename:       /in/V3gn9
function name:  (null)
number of ops:  16
compiled vars:  !0 = $f, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '0'
    5     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->10
    6     3    >   INIT_FCALL_BY_NAME                                       'bcadd'
          4        SEND_VAR_EX                                              !0
          5        SEND_VAL_EX                                              '0.01'
          6        SEND_VAL_EX                                              2
          7        DO_FCALL                                      0  $4      
          8        ASSIGN                                                   !0, $4
    5     9        PRE_INC                                                  !1
         10    >   IS_SMALLER                                               !1, 10000
         11      > JMPNZ                                                    ~7, ->3
    8    12    >   INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.17 ms | 1399 KiB | 15 Q