3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.97 ms | 1392 KiB | 25 Q