3v4l.org

run code in 300+ PHP versions simultaneously
<?php $snubmers = array(); for ( $i = 0; $i < 199; $i++ ) { $snumber = str_split( substr( md5( $i ), 0, 9 ) ); array_splice( $snumber, 3, 0, '-' ); array_splice( $snumber, 6, 0, '-' ); $snumbers[] = implode( '', $snumber ); } print_r( $snumbers );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 34
Branch analysis from position: 34
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 3
Branch analysis from position: 36
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 3
Branch analysis from position: 36
Branch analysis from position: 3
filename:       /in/UhPaT
function name:  (null)
number of ops:  40
compiled vars:  !0 = $snubmers, !1 = $i, !2 = $snumber, !3 = $snumbers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->34
    6     3    >   INIT_FCALL                                               'str_split'
          4        INIT_FCALL                                               'substr'
          5        INIT_FCALL                                               'md5'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        SEND_VAR                                                 $6
          9        SEND_VAL                                                 0
         10        SEND_VAL                                                 9
         11        DO_ICALL                                         $7      
         12        SEND_VAR                                                 $7
         13        DO_ICALL                                         $8      
         14        ASSIGN                                                   !2, $8
    7    15        INIT_FCALL                                               'array_splice'
         16        SEND_REF                                                 !2
         17        SEND_VAL                                                 3
         18        SEND_VAL                                                 0
         19        SEND_VAL                                                 '-'
         20        DO_ICALL                                                 
    8    21        INIT_FCALL                                               'array_splice'
         22        SEND_REF                                                 !2
         23        SEND_VAL                                                 6
         24        SEND_VAL                                                 0
         25        SEND_VAL                                                 '-'
         26        DO_ICALL                                                 
   10    27        INIT_FCALL                                               'implode'
         28        SEND_VAL                                                 ''
         29        SEND_VAR                                                 !2
         30        DO_ICALL                                         $13     
         31        ASSIGN_DIM                                               !3
         32        OP_DATA                                                  $13
    4    33        PRE_INC                                                  !1
         34    >   IS_SMALLER                                               !1, 199
         35      > JMPNZ                                                    ~15, ->3
   13    36    >   INIT_FCALL                                               'print_r'
         37        SEND_VAR                                                 !3
         38        DO_ICALL                                                 
         39      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.3 ms | 1388 KiB | 25 Q