3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.63 ms | 1400 KiB | 25 Q