3v4l.org

run code in 300+ PHP versions simultaneously
<?php $snubmers = array(); for ( $i = 0; $i < 199; $i++ ) { $snumber = explode( '', substr( md5( $i ), 0, 9 ) ); $snumber = array_splice( $snumber, 3, 0, '-' ); $snumbers[] = array_splice( $snumber, 6, 0, '-' ); } print_r( $snumbers );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 3
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 3
Branch analysis from position: 34
Branch analysis from position: 3
filename:       /in/qKHAY
function name:  (null)
number of ops:  38
compiled vars:  !0 = $snubmers, !1 = $i, !2 = $snumber, !3 = $snumbers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->32
    6     3    >   INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 ''
          5        INIT_FCALL                                               'substr'
          6        INIT_FCALL                                               'md5'
          7        SEND_VAR                                                 !1
          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
    7    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        ASSIGN                                                   !2, $10
    8    23        INIT_FCALL                                               'array_splice'
         24        SEND_REF                                                 !2
         25        SEND_VAL                                                 6
         26        SEND_VAL                                                 0
         27        SEND_VAL                                                 '-'
         28        DO_ICALL                                         $13     
         29        ASSIGN_DIM                                               !3
         30        OP_DATA                                                  $13
    4    31        PRE_INC                                                  !1
         32    >   IS_SMALLER                                               !1, 199
         33      > JMPNZ                                                    ~15, ->3
   11    34    >   INIT_FCALL                                               'print_r'
         35        SEND_VAR                                                 !3
         36        DO_ICALL                                                 
         37      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
256.44 ms | 1396 KiB | 24 Q