3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.59 ms | 1400 KiB | 25 Q