3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.09 ms | 1395 KiB | 19 Q