3v4l.org

run code in 300+ PHP versions simultaneously
<?php $snubmers = array(); $result = '<pre>'; //echo '('; for ( $i = 0; $i < 500; $i++ ) { $snumber = str_split( substr( md5( $i . 'KL1149OZCFR' ), 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( ); echo $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/eOIlV
function name:  (null)
number of ops:  44
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, 0
          3      > JMP                                                      ->39
    9     4    >   INIT_FCALL                                               'str_split'
          5        INIT_FCALL                                               'substr'
          6        INIT_FCALL                                               'md5'
          7        CONCAT                                           ~7      !2, 'KL1149OZCFR'
          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, 500
         40      > JMPNZ                                                    ~19, ->4
   19    41    >   CONCAT                                           ~20     !1, '%3C%2Fpre%3E'
         42        ECHO                                                     ~20
         43      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.51 ms | 1392 KiB | 25 Q