3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.76 ms | 1011 KiB | 15 Q