3v4l.org

run code in 300+ PHP versions simultaneously
<?php $snubmers = array(); //echo '('; 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 ) ) . '\','; echo strtoupper( implode( '', $snumber ) ) . "\n"; } //echo ')'; ?>
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/fYMNc
function name:  (null)
number of ops:  41
compiled vars:  !0 = $snubmers, !1 = $i, !2 = $snumber
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    6     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->38
    8     3    >   INIT_FCALL                                               'str_split'
          4        INIT_FCALL                                               'substr'
          5        INIT_FCALL                                               'md5'
          6        CONCAT                                           ~5      !1, 'KL1143LSFBB'
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        SEND_VAR                                                 $6
         10        SEND_VAL                                                 0
         11        SEND_VAL                                                 9
         12        DO_ICALL                                         $7      
         13        SEND_VAR                                                 $7
         14        DO_ICALL                                         $8      
         15        ASSIGN                                                   !2, $8
    9    16        INIT_FCALL                                               'array_splice'
         17        SEND_REF                                                 !2
         18        SEND_VAL                                                 3
         19        SEND_VAL                                                 0
         20        SEND_VAL                                                 '-'
         21        DO_ICALL                                                 
   10    22        INIT_FCALL                                               'array_splice'
         23        SEND_REF                                                 !2
         24        SEND_VAL                                                 7
         25        SEND_VAL                                                 0
         26        SEND_VAL                                                 '-'
         27        DO_ICALL                                                 
   13    28        INIT_FCALL                                               'strtoupper'
         29        INIT_FCALL                                               'implode'
         30        SEND_VAL                                                 ''
         31        SEND_VAR                                                 !2
         32        DO_ICALL                                         $12     
         33        SEND_VAR                                                 $12
         34        DO_ICALL                                         $13     
         35        CONCAT                                           ~14     $13, '%0A'
         36        ECHO                                                     ~14
    6    37        PRE_INC                                                  !1
         38    >   IS_SMALLER                                               !1, 199
         39      > JMPNZ                                                    ~16, ->3
   17    40    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.37 ms | 1388 KiB | 25 Q