3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set( 'memory_limit', '2G' ); set_time_limit( 3600 ); $snubmers = array(); $result = '<pre>'; //echo '('; for ( $i = 19999; $i < 25000; $i++ ) { $snumber = str_split( substr( md5( $i . 'KL1143LSFBB' ), 0, 9 ) ); array_splice( $snumber, 3, 0, '-' ); array_splice( $snumber, 7, 0, '-' ); //echo '\'' . strtoupper( implode( '', $snumber ) ) . '\','; $result .= strtoupper( implode( '', $snumber ) ) . "\n"; } //echo ')'; echo $result . '</pre>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 46
Branch analysis from position: 46
2 jumps found. (Code = 44) Position 1 = 48, Position 2 = 11
Branch analysis from position: 48
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 48, Position 2 = 11
Branch analysis from position: 48
Branch analysis from position: 11
filename:       /in/3NguY
function name:  (null)
number of ops:  51
compiled vars:  !0 = $snubmers, !1 = $result, !2 = $i, !3 = $snumber
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'memory_limit'
          2        SEND_VAL                                                 '2G'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'set_time_limit'
          5        SEND_VAL                                                 3600
          6        DO_ICALL                                                 
    5     7        ASSIGN                                                   !0, <array>
    6     8        ASSIGN                                                   !1, '%3Cpre%3E'
   10     9        ASSIGN                                                   !2, 19999
         10      > JMP                                                      ->46
   12    11    >   INIT_FCALL                                               'str_split'
         12        INIT_FCALL                                               'substr'
         13        INIT_FCALL                                               'md5'
         14        CONCAT                                           ~9      !2, 'KL1143LSFBB'
         15        SEND_VAL                                                 ~9
         16        DO_ICALL                                         $10     
         17        SEND_VAR                                                 $10
         18        SEND_VAL                                                 0
         19        SEND_VAL                                                 9
         20        DO_ICALL                                         $11     
         21        SEND_VAR                                                 $11
         22        DO_ICALL                                         $12     
         23        ASSIGN                                                   !3, $12
   13    24        INIT_FCALL                                               'array_splice'
         25        SEND_REF                                                 !3
         26        SEND_VAL                                                 3
         27        SEND_VAL                                                 0
         28        SEND_VAL                                                 '-'
         29        DO_ICALL                                                 
   14    30        INIT_FCALL                                               'array_splice'
         31        SEND_REF                                                 !3
         32        SEND_VAL                                                 7
         33        SEND_VAL                                                 0
         34        SEND_VAL                                                 '-'
         35        DO_ICALL                                                 
   17    36        INIT_FCALL                                               'strtoupper'
         37        INIT_FCALL                                               'implode'
         38        SEND_VAL                                                 ''
         39        SEND_VAR                                                 !3
         40        DO_ICALL                                         $16     
         41        SEND_VAR                                                 $16
         42        DO_ICALL                                         $17     
         43        CONCAT                                           ~18     $17, '%0A'
         44        ASSIGN_OP                                     8          !1, ~18
   10    45        PRE_INC                                                  !2
         46    >   IS_SMALLER                                               !2, 25000
         47      > JMPNZ                                                    ~21, ->11
   22    48    >   CONCAT                                           ~22     !1, '%3C%2Fpre%3E'
         49        ECHO                                                     ~22
         50      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.13 ms | 1400 KiB | 29 Q