3v4l.org

run code in 300+ PHP versions simultaneously
<?php $snubmers = array(); for ( $i = 0; $i < 199; $i++ ) { $snumber = str_split( substr( md5( $i . 'KL1143LSFBB' ), 0, 9 ) ); array_splice( $snumber, 3, 0, '-' ); array_splice( $snumber, 7, 0, '-' ); echo strtoupper( implode( '', $snumber ) ) . "\n"; } print_r( $snumbers );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 38
Branch analysis from position: 38
2 jumps found. (Code = 44) Position 1 = 40, Position 2 = 3
Branch analysis from position: 40
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 40, Position 2 = 3
Branch analysis from position: 40
Branch analysis from position: 3
filename:       /in/i29Lo
function name:  (null)
number of ops:  44
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                                                      ->38
    6     3    >   INIT_FCALL                                               'str_split'
          4        INIT_FCALL                                               'substr'
          5        INIT_FCALL                                               'md5'
          6        CONCAT                                           ~6      !1, 'KL1143LSFBB'
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                         $7      
          9        SEND_VAR                                                 $7
         10        SEND_VAL                                                 0
         11        SEND_VAL                                                 9
         12        DO_ICALL                                         $8      
         13        SEND_VAR                                                 $8
         14        DO_ICALL                                         $9      
         15        ASSIGN                                                   !2, $9
    7    16        INIT_FCALL                                               'array_splice'
         17        SEND_REF                                                 !2
         18        SEND_VAL                                                 3
         19        SEND_VAL                                                 0
         20        SEND_VAL                                                 '-'
         21        DO_ICALL                                                 
    8    22        INIT_FCALL                                               'array_splice'
         23        SEND_REF                                                 !2
         24        SEND_VAL                                                 7
         25        SEND_VAL                                                 0
         26        SEND_VAL                                                 '-'
         27        DO_ICALL                                                 
   10    28        INIT_FCALL                                               'strtoupper'
         29        INIT_FCALL                                               'implode'
         30        SEND_VAL                                                 ''
         31        SEND_VAR                                                 !2
         32        DO_ICALL                                         $13     
         33        SEND_VAR                                                 $13
         34        DO_ICALL                                         $14     
         35        CONCAT                                           ~15     $14, '%0A'
         36        ECHO                                                     ~15
    4    37        PRE_INC                                                  !1
         38    >   IS_SMALLER                                               !1, 199
         39      > JMPNZ                                                    ~17, ->3
   13    40    >   INIT_FCALL                                               'print_r'
         41        SEND_VAR                                                 !3
         42        DO_ICALL                                                 
         43      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.67 ms | 1400 KiB | 27 Q