3v4l.org

run code in 300+ PHP versions simultaneously
<?php $float = 0.0; $i = 10; while (--$i) { $float += number_format($i, 2); echo $float . "\n"; }
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/72YAk
function name:  (null)
number of ops:  13
compiled vars:  !0 = $float, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    5     1        ASSIGN                                                   !1, 10
    6     2      > JMP                                                      ->10
    7     3    >   INIT_FCALL                                               'number_format'
          4        SEND_VAR                                                 !1
          5        SEND_VAL                                                 2
          6        DO_ICALL                                         $4      
          7        ASSIGN_OP                                     1          !0, $4
    8     8        CONCAT                                           ~6      !0, '%0A'
          9        ECHO                                                     ~6
    6    10    >   PRE_DEC                                          ~7      !1
         11      > JMPNZ                                                    ~7, ->3
    9    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.43 ms | 1394 KiB | 15 Q