3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ar = array(); for ($i=0;$i<100000000;$i++) { $ar[] = md5($i) . str_repeat($i,20) . microtime(); }
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 = 3
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 3
Branch analysis from position: 19
Branch analysis from position: 3
filename:       /in/nhFMH
function name:  (null)
number of ops:  20
compiled vars:  !0 = $ar, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->17
    6     3    >   INIT_FCALL                                               'md5'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $5      
          6        INIT_FCALL                                               'str_repeat'
          7        SEND_VAR                                                 !1
          8        SEND_VAL                                                 20
          9        DO_ICALL                                         $6      
         10        CONCAT                                           ~7      $5, $6
         11        INIT_FCALL                                               'microtime'
         12        DO_ICALL                                         $8      
         13        CONCAT                                           ~9      ~7, $8
         14        ASSIGN_DIM                                               !0
         15        OP_DATA                                                  ~9
    4    16        PRE_INC                                                  !1
         17    >   IS_SMALLER                                               !1, 100000000
         18      > JMPNZ                                                    ~11, ->3
    8    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.98 ms | 1395 KiB | 19 Q