3v4l.org

run code in 300+ PHP versions simultaneously
<?php $count = 0; for ( $match1 = 0; $match1 < 3; $match1++ ) for ( $match2 = 0; $match2 < 3; $match2++ ) for ( $match3 = 0; $match3 < 3; $match3++ ) for ( $match4 = 0; $match4 < 3; $match4++ ) for ( $match5 = 0; $match5 < 3; $match5++ ) for ( $match6 = 0; $match6 < 3; $match6++ ) for ( $match7 = 0; $match7 < 3; $match7++ ) for ( $match8 = 0; $match8 < 3; $match8++ ) for ( $match9 = 0; $match9 < 3; $match9++ ) for ( $match10 = 0; $match10 < 3; $match10++ ) for ( $match11 = 0; $match11 < 3; $match11++ ) for ( $match12 = 0; $match12 < 3; $match12++ ) for ( $match13 = 0; $match13 < 3; $match13++ ) for ( $match14 = 0; $match14 < 3; $match14++ ) for ( $match15 = 0; $match15 < 3; $match15++ ) { $column = join(array($match1, $match2, $match3, $match4, $match5, $match6, $match7, $match8, $match9, $match10, $match11, $match12, $match13, $match14, $match15)); $count0 = substr_count($column, '0'); $count1 = substr_count($column, '1'); $count2 = substr_count($column, '2'); $count20 = substr_count($column, '20'); $count01 = substr_count($column, '01'); $count10 = substr_count($column, '10'); $count12 = substr_count($column, '12'); $count21 = substr_count($column, '21'); $count101 = substr_count($column, '101'); $count112 = substr_count($column, '112'); $count211 = substr_count($column, '211'); preg_match_all('/[0]+/', $column, $matches); $max0 = $matches[0] ? strlen(max($matches[0])) : 0; preg_match_all('/[1]+/', $column, $matches); $max1 = $matches[0] ? strlen(max($matches[0])) : 0; preg_match_all('/[2]+/', $column, $matches); $max2 = $matches[0] ? strlen(max($matches[0])) : 0; // en az 1 en çok 5 maç 0 biter if ( $count0 < 1 ) continue; if ( $count0 > 5 ) continue; // en az 4 en çok 10 maç 1 biter if ( $count1 < 4 ) continue; if ( $count1 > 10 ) continue; // en az 4 en çok 10 maç 2 biter if ( $count2 < 4 ) continue; if ( $count2 > 10 ) continue; // en az 1 kere ard arda 2 maç 2 ve 0 biter if ( $count20 < 1 ) continue; // en az 1 kere ard arda 2 maç 0 ve 1 biter if ( $count01 < 1 ) continue; // en az 1 kere ard arda 2 maç 1 ve 0 biter if ( $count10 < 1 ) continue; // en az 1 kere ard arda 2 maç 1 ve 2 biter if ( $count12 < 1 ) continue; // en az 1 kere ard arda 2 maç 2 ve 1 biter if ( $count21 < 1 ) continue; // en az 1 kere ard arda 3 maç 1, 0 ve 1 biter if ( $count101 < 1 ) continue; // en az 1 kere ard arda 3 maç 1, 1 ve 2 biter if ( $count112 < 1 ) continue; // en az 1 kere ard arda 3 maç 2, 1 ve 1 biter if ( $count211 < 1 ) continue; // ard arda en az 2 en çok 3 maç 0 biter if ( $max0 < 2 ) continue; if ( $max0 > 3 ) continue; // ard arda en az 2 en çok 6 maç 1 biter if ( $max1 < 2 ) continue; if ( $max1 > 6 ) continue; // ard arda en az 2 en çok 6 maç 2 biter if ( $max2 < 2 ) continue; if ( $max2 > 6 ) continue; $count++; } echo $count * 0.25; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 257
Branch analysis from position: 257
2 jumps found. (Code = 44) Position 1 = 259, Position 2 = 3
Branch analysis from position: 259
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 254
Branch analysis from position: 254
2 jumps found. (Code = 44) Position 1 = 256, Position 2 = 5
Branch analysis from position: 256
2 jumps found. (Code = 44) Position 1 = 259, Position 2 = 3
Branch analysis from position: 259
Branch analysis from position: 3
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 251
Branch analysis from position: 251
2 jumps found. (Code = 44) Position 1 = 253, Position 2 = 7
Branch analysis from position: 253
2 jumps found. (Code = 44) Position 1 = 256, Position 2 = 5
Branch analysis from position: 256
Branch analysis from position: 5
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 248
Branch analysis from position: 248
2 jumps found. (Code = 44) Position 1 = 250, Position 2 = 9
Branch analysis from position: 250
2 jumps found. (Code = 44) Position 1 = 253, Position 2 = 7
Branch analysis from position: 253
Branch analysis from position: 7
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 245
Branch analysis from position: 245
2 jumps found. (Code = 44) Position 1 = 247, Position 2 = 11
Branch analysis from position: 247
2 jumps found. (Code = 44) Position 1 = 250, Position 2 = 9
Branch analysis from position: 250
Branch analysis from position: 9
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 242
Branch analysis from position: 242
2 jumps found. (Code = 44) Position 1 = 244, Position 2 = 13
Branch analysis from position: 244
2 jumps found. (Code = 44) Position 1 = 247, Position 2 = 11
Branch analysis from position: 247
Branch analysis from position: 11
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 239
Branch analysis from position: 239
2 jumps found. (Code = 44) Position 1 = 241, Position 2 = 15
Branch analysis from position: 241
2 jumps found. (Code = 44) Position 1 = 244, Position 2 = 13
Branch analysis from position: 244
Branch analysis from position: 13
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 236
Branch analysis from position: 236
2 jumps found. (Code = 44) Position 1 = 238, Position 2 = 17
Branch analysis from position: 238
2 jumps found. (Code = 44) Position 1 = 241, Position 2 = 15
Branch analysis from position: 241
Branch analysis from position: 15
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 233
Branch analysis from position: 233
2 jumps found. (Code = 44) Position 1 = 235, Position 2 = 19
Branch analysis from position: 235
2 jumps found. (Code = 44) Position 1 = 238, Position 2 = 17
Branch analysis from position: 238
Branch analysis from position: 17
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 230
Branch analysis from position: 230
2 jumps found. (Code = 44) Position 1 = 232, Position 2 = 21
Branch analysis from position: 232
2 jumps found. (Code = 44) Position 1 = 235, Position 2 = 19
Branch analysis from position: 235
Branch analysis from position: 19
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 227
Branch analysis from position: 227
2 jumps found. (Code = 44) Position 1 = 229, Position 2 = 23
Branch analysis from position: 229
2 jumps found. (Code = 44) Position 1 = 232, Position 2 = 21
Branch analysis from position: 232
Branch analysis from position: 21
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 224
Branch analysis from position: 224
2 jumps found. (Code = 44) Position 1 = 226, Position 2 = 25
Branch analysis from position: 226
2 jumps found. (Code = 44) Position 1 = 229, Position 2 = 23
Branch analysis from position: 229
Branch analysis from position: 23
Branch analysis from position: 25
1 jumps found. (Code = 42) Position 1 = 221
Branch analysis from position: 221
2 jumps found. (Code = 44) Position 1 = 223, Position 2 = 27
Branch analysis from position: 223
2 jumps found. (Code = 44) Position 1 = 226, Position 2 = 25
Branch analysis from position: 226
Branch analysis from position: 25
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 218
Branch analysis from position: 218
2 jumps found. (Code = 44) Position 1 = 220, Position 2 = 29
Branch analysis from position: 220
2 jumps found. (Code = 44) Position 1 = 223, Position 2 = 27
Branch analysis from position: 223
Branch analysis from position: 27
Branch analysis from position: 29
1 jumps found. (Code = 42) Position 1 = 215
Branch analysis from position: 215
2 jumps found. (Code = 44) Position 1 = 217, Position 2 = 31
Branch analysis from position: 217
2 jumps found. (Code = 44) Position 1 = 220, Position 2 = 29
Branch analysis from position: 220
Branch analysis from position: 29
Branch analysis from position: 31
2 jumps found. (Code = 43) Position 1 = 112, Position 2 = 119
Branch analysis from position: 112
1 jumps found. (Code = 42) Position 1 = 120
Branch analysis from position: 120
2 jumps found. (Code = 43) Position 1 = 128, Position 2 = 135
Branch analysis from position: 128
1 jumps found. (Code = 42) Position 1 = 136
Branch analysis from position: 136
2 jumps found. (Code = 43) Position 1 = 144, Position 2 = 151
Branch analysis from position: 144
1 jumps found. (Code = 42) Position 1 = 152
Branch analysis from position: 152
2 jumps found. (Code = 43) Position 1 = 155, Position 2 = 156
Branch analysis from position: 155
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
2 jumps found. (Code = 44) Position 1 = 217, Position 2 = 31
Branch analysis from position: 217
Branch analysis from position: 31
Branch analysis from position: 156
2 jumps found. (Code = 43) Position 1 = 158, Position 2 = 159
Branch analysis from position: 158
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 159
2 jumps found. (Code = 43) Position 1 = 161, Position 2 = 162
Branch analysis from position: 161
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 162
2 jumps found. (Code = 43) Position 1 = 164, Position 2 = 165
Branch analysis from position: 164
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 165
2 jumps found. (Code = 43) Position 1 = 167, Position 2 = 168
Branch analysis from position: 167
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 168
2 jumps found. (Code = 43) Position 1 = 170, Position 2 = 171
Branch analysis from position: 170
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 171
2 jumps found. (Code = 43) Position 1 = 173, Position 2 = 174
Branch analysis from position: 173
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 174
2 jumps found. (Code = 43) Position 1 = 176, Position 2 = 177
Branch analysis from position: 176
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 177
2 jumps found. (Code = 43) Position 1 = 179, Position 2 = 180
Branch analysis from position: 179
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 180
2 jumps found. (Code = 43) Position 1 = 182, Position 2 = 183
Branch analysis from position: 182
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 183
2 jumps found. (Code = 43) Position 1 = 185, Position 2 = 186
Branch analysis from position: 185
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 186
2 jumps found. (Code = 43) Position 1 = 188, Position 2 = 189
Branch analysis from position: 188
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 189
2 jumps found. (Code = 43) Position 1 = 191, Position 2 = 192
Branch analysis from position: 191
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 192
2 jumps found. (Code = 43) Position 1 = 194, Position 2 = 195
Branch analysis from position: 194
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 195
2 jumps found. (Code = 43) Position 1 = 197, Position 2 = 198
Branch analysis from position: 197
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 198
2 jumps found. (Code = 43) Position 1 = 200, Position 2 = 201
Branch analysis from position: 200
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 201
2 jumps found. (Code = 43) Position 1 = 203, Position 2 = 204
Branch analysis from position: 203
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 204
2 jumps found. (Code = 43) Position 1 = 206, Position 2 = 207
Branch analysis from position: 206
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 207
2 jumps found. (Code = 43) Position 1 = 209, Position 2 = 210
Branch analysis from position: 209
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 210
2 jumps found. (Code = 43) Position 1 = 212, Position 2 = 213
Branch analysis from position: 212
1 jumps found. (Code = 42) Position 1 = 214
Branch analysis from position: 214
Branch analysis from position: 213
2 jumps found. (Code = 44) Position 1 = 217, Position 2 = 31
Branch analysis from position: 217
Branch analysis from position: 31
Branch analysis from position: 151
2 jumps found. (Code = 43) Position 1 = 155, Position 2 = 156
Branch analysis from position: 155
Branch analysis from position: 156
Branch analysis from position: 135
2 jumps found. (Code = 43) Position 1 = 144, Position 2 = 151
Branch analysis from position: 144
Branch analysis from position: 151
Branch analysis from position: 119
2 jumps found. (Code = 43) Position 1 = 128, Position 2 = 135
Branch analysis from position: 128
Branch analysis from position: 135
filename:       /in/0kUEr
function name:  (null)
number of ops:  262
compiled vars:  !0 = $count, !1 = $match1, !2 = $match2, !3 = $match3, !4 = $match4, !5 = $match5, !6 = $match6, !7 = $match7, !8 = $match8, !9 = $match9, !10 = $match10, !11 = $match11, !12 = $match12, !13 = $match13, !14 = $match14, !15 = $match15, !16 = $column, !17 = $count0, !18 = $count1, !19 = $count2, !20 = $count20, !21 = $count01, !22 = $count10, !23 = $count12, !24 = $count21, !25 = $count101, !26 = $count112, !27 = $count211, !28 = $matches, !29 = $max0, !30 = $max1, !31 = $max2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 0
    7     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->257
    8     3    >   ASSIGN                                                   !2, 0
          4      > JMP                                                      ->254
    9     5    >   ASSIGN                                                   !3, 0
          6      > JMP                                                      ->251
   10     7    >   ASSIGN                                                   !4, 0
          8      > JMP                                                      ->248
   11     9    >   ASSIGN                                                   !5, 0
         10      > JMP                                                      ->245
   12    11    >   ASSIGN                                                   !6, 0
         12      > JMP                                                      ->242
   13    13    >   ASSIGN                                                   !7, 0
         14      > JMP                                                      ->239
   14    15    >   ASSIGN                                                   !8, 0
         16      > JMP                                                      ->236
   15    17    >   ASSIGN                                                   !9, 0
         18      > JMP                                                      ->233
   16    19    >   ASSIGN                                                   !10, 0
         20      > JMP                                                      ->230
   17    21    >   ASSIGN                                                   !11, 0
         22      > JMP                                                      ->227
   18    23    >   ASSIGN                                                   !12, 0
         24      > JMP                                                      ->224
   19    25    >   ASSIGN                                                   !13, 0
         26      > JMP                                                      ->221
   20    27    >   ASSIGN                                                   !14, 0
         28      > JMP                                                      ->218
   21    29    >   ASSIGN                                                   !15, 0
         30      > JMP                                                      ->215
   23    31    >   INIT_FCALL                                               'join'
         32        INIT_ARRAY                                       ~48     !1
         33        ADD_ARRAY_ELEMENT                                ~48     !2
         34        ADD_ARRAY_ELEMENT                                ~48     !3
         35        ADD_ARRAY_ELEMENT                                ~48     !4
         36        ADD_ARRAY_ELEMENT                                ~48     !5
         37        ADD_ARRAY_ELEMENT                                ~48     !6
         38        ADD_ARRAY_ELEMENT                                ~48     !7
         39        ADD_ARRAY_ELEMENT                                ~48     !8
         40        ADD_ARRAY_ELEMENT                                ~48     !9
         41        ADD_ARRAY_ELEMENT                                ~48     !10
         42        ADD_ARRAY_ELEMENT                                ~48     !11
         43        ADD_ARRAY_ELEMENT                                ~48     !12
         44        ADD_ARRAY_ELEMENT                                ~48     !13
         45        ADD_ARRAY_ELEMENT                                ~48     !14
         46        ADD_ARRAY_ELEMENT                                ~48     !15
         47        SEND_VAL                                                 ~48
         48        DO_ICALL                                         $49     
         49        ASSIGN                                                   !16, $49
   25    50        INIT_FCALL                                               'substr_count'
         51        SEND_VAR                                                 !16
         52        SEND_VAL                                                 '0'
         53        DO_ICALL                                         $51     
         54        ASSIGN                                                   !17, $51
   26    55        INIT_FCALL                                               'substr_count'
         56        SEND_VAR                                                 !16
         57        SEND_VAL                                                 '1'
         58        DO_ICALL                                         $53     
         59        ASSIGN                                                   !18, $53
   27    60        INIT_FCALL                                               'substr_count'
         61        SEND_VAR                                                 !16
         62        SEND_VAL                                                 '2'
         63        DO_ICALL                                         $55     
         64        ASSIGN                                                   !19, $55
   28    65        INIT_FCALL                                               'substr_count'
         66        SEND_VAR                                                 !16
         67        SEND_VAL                                                 '20'
         68        DO_ICALL                                         $57     
         69        ASSIGN                                                   !20, $57
   29    70        INIT_FCALL                                               'substr_count'
         71        SEND_VAR                                                 !16
         72        SEND_VAL                                                 '01'
         73        DO_ICALL                                         $59     
         74        ASSIGN                                                   !21, $59
   30    75        INIT_FCALL                                               'substr_count'
         76        SEND_VAR                                                 !16
         77        SEND_VAL                                                 '10'
         78        DO_ICALL                                         $61     
         79        ASSIGN                                                   !22, $61
   31    80        INIT_FCALL                                               'substr_count'
         81        SEND_VAR                                                 !16
         82        SEND_VAL                                                 '12'
         83        DO_ICALL                                         $63     
         84        ASSIGN                                                   !23, $63
   32    85        INIT_FCALL                                               'substr_count'
         86        SEND_VAR                                                 !16
         87        SEND_VAL                                                 '21'
         88        DO_ICALL                                         $65     
         89        ASSIGN                                                   !24, $65
   33    90        INIT_FCALL                                               'substr_count'
         91        SEND_VAR                                                 !16
         92        SEND_VAL                                                 '101'
         93        DO_ICALL                                         $67     
         94        ASSIGN                                                   !25, $67
   34    95        INIT_FCALL                                               'substr_count'
         96        SEND_VAR                                                 !16
         97        SEND_VAL                                                 '112'
         98        DO_ICALL                                         $69     
         99        ASSIGN                                                   !26, $69
   35   100        INIT_FCALL                                               'substr_count'
        101        SEND_VAR                                                 !16
        102        SEND_VAL                                                 '211'
        103        DO_ICALL                                         $71     
        104        ASSIGN                                                   !27, $71
   37   105        INIT_FCALL                                               'preg_match_all'
        106        SEND_VAL                                                 '%2F%5B0%5D%2B%2F'
        107        SEND_VAR                                                 !16
        108        SEND_REF                                                 !28
        109        DO_ICALL                                                 
   39   110        FETCH_DIM_R                                      ~74     !28, 0
        111      > JMPZ                                                     ~74, ->119
        112    >   INIT_FCALL                                               'max'
        113        FETCH_DIM_R                                      ~75     !28, 0
        114        SEND_VAL                                                 ~75
        115        DO_ICALL                                         $76     
        116        STRLEN                                           ~77     $76
        117        QM_ASSIGN                                        ~78     ~77
        118      > JMP                                                      ->120
        119    >   QM_ASSIGN                                        ~78     0
        120    >   ASSIGN                                                   !29, ~78
   41   121        INIT_FCALL                                               'preg_match_all'
        122        SEND_VAL                                                 '%2F%5B1%5D%2B%2F'
        123        SEND_VAR                                                 !16
        124        SEND_REF                                                 !28
        125        DO_ICALL                                                 
   43   126        FETCH_DIM_R                                      ~81     !28, 0
        127      > JMPZ                                                     ~81, ->135
        128    >   INIT_FCALL                                               'max'
        129        FETCH_DIM_R                                      ~82     !28, 0
        130        SEND_VAL                                                 ~82
        131        DO_ICALL                                         $83     
        132        STRLEN                                           ~84     $83
        133        QM_ASSIGN                                        ~85     ~84
        134      > JMP                                                      ->136
        135    >   QM_ASSIGN                                        ~85     0
        136    >   ASSIGN                                                   !30, ~85
   45   137        INIT_FCALL                                               'preg_match_all'
        138        SEND_VAL                                                 '%2F%5B2%5D%2B%2F'
        139        SEND_VAR                                                 !16
        140        SEND_REF                                                 !28
        141        DO_ICALL                                                 
   47   142        FETCH_DIM_R                                      ~88     !28, 0
        143      > JMPZ                                                     ~88, ->151
        144    >   INIT_FCALL                                               'max'
        145        FETCH_DIM_R                                      ~89     !28, 0
        146        SEND_VAL                                                 ~89
        147        DO_ICALL                                         $90     
        148        STRLEN                                           ~91     $90
        149        QM_ASSIGN                                        ~92     ~91
        150      > JMP                                                      ->152
        151    >   QM_ASSIGN                                        ~92     0
        152    >   ASSIGN                                                   !31, ~92
   54   153        IS_SMALLER                                               !17, 1
        154      > JMPZ                                                     ~94, ->156
        155    > > JMP                                                      ->214
   55   156    >   IS_SMALLER                                               5, !17
        157      > JMPZ                                                     ~95, ->159
        158    > > JMP                                                      ->214
   58   159    >   IS_SMALLER                                               !18, 4
        160      > JMPZ                                                     ~96, ->162
        161    > > JMP                                                      ->214
   59   162    >   IS_SMALLER                                               10, !18
        163      > JMPZ                                                     ~97, ->165
        164    > > JMP                                                      ->214
   62   165    >   IS_SMALLER                                               !19, 4
        166      > JMPZ                                                     ~98, ->168
        167    > > JMP                                                      ->214
   63   168    >   IS_SMALLER                                               10, !19
        169      > JMPZ                                                     ~99, ->171
        170    > > JMP                                                      ->214
   69   171    >   IS_SMALLER                                               !20, 1
        172      > JMPZ                                                     ~100, ->174
        173    > > JMP                                                      ->214
   72   174    >   IS_SMALLER                                               !21, 1
        175      > JMPZ                                                     ~101, ->177
        176    > > JMP                                                      ->214
   75   177    >   IS_SMALLER                                               !22, 1
        178      > JMPZ                                                     ~102, ->180
        179    > > JMP                                                      ->214
   78   180    >   IS_SMALLER                                               !23, 1
        181      > JMPZ                                                     ~103, ->183
        182    > > JMP                                                      ->214
   81   183    >   IS_SMALLER                                               !24, 1
        184      > JMPZ                                                     ~104, ->186
        185    > > JMP                                                      ->214
   84   186    >   IS_SMALLER                                               !25, 1
        187      > JMPZ                                                     ~105, ->189
        188    > > JMP                                                      ->214
   87   189    >   IS_SMALLER                                               !26, 1
        190      > JMPZ                                                     ~106, ->192
        191    > > JMP                                                      ->214
   90   192    >   IS_SMALLER                                               !27, 1
        193      > JMPZ                                                     ~107, ->195
        194    > > JMP                                                      ->214
   96   195    >   IS_SMALLER                                               !29, 2
        196      > JMPZ                                                     ~108, ->198
        197    > > JMP                                                      ->214
   97   198    >   IS_SMALLER                                               3, !29
        199      > JMPZ                                                     ~109, ->201
        200    > > JMP                                                      ->214
  100   201    >   IS_SMALLER                                               !30, 2
        202      > JMPZ                                                     ~110, ->204
        203    > > JMP                                                      ->214
  101   204    >   IS_SMALLER                                               6, !30
        205      > JMPZ                                                     ~111, ->207
        206    > > JMP                                                      ->214
  104   207    >   IS_SMALLER                                               !31, 2
        208      > JMPZ                                                     ~112, ->210
        209    > > JMP                                                      ->214
  105   210    >   IS_SMALLER                                               6, !31
        211      > JMPZ                                                     ~113, ->213
        212    > > JMP                                                      ->214
  107   213    >   PRE_INC                                                  !0
   21   214    >   PRE_INC                                                  !15
        215    >   IS_SMALLER                                               !15, 3
        216      > JMPNZ                                                    ~116, ->31
   20   217    >   PRE_INC                                                  !14
        218    >   IS_SMALLER                                               !14, 3
        219      > JMPNZ                                                    ~118, ->29
   19   220    >   PRE_INC                                                  !13
        221    >   IS_SMALLER                                               !13, 3
        222      > JMPNZ                                                    ~120, ->27
   18   223    >   PRE_INC                                                  !12
        224    >   IS_SMALLER                                               !12, 3
        225      > JMPNZ                                                    ~122, ->25
   17   226    >   PRE_INC                                                  !11
        227    >   IS_SMALLER                                               !11, 3
        228      > JMPNZ                                                    ~124, ->23
   16   229    >   PRE_INC                                                  !10
        230    >   IS_SMALLER                                               !10, 3
        231      > JMPNZ                                                    ~126, ->21
   15   232    >   PRE_INC                                                  !9
        233    >   IS_SMALLER                                               !9, 3
        234      > JMPNZ                                                    ~128, ->19
   14   235    >   PRE_INC                                                  !8
        236    >   IS_SMALLER                                               !8, 3
        237      > JMPNZ                                                    ~130, ->17
   13   238    >   PRE_INC                                                  !7
        239    >   IS_SMALLER                                               !7, 3
        240      > JMPNZ                                                    ~132, ->15
   12   241    >   PRE_INC                                                  !6
        242    >   IS_SMALLER                                               !6, 3
        243      > JMPNZ                                                    ~134, ->13
   11   244    >   PRE_INC                                                  !5
        245    >   IS_SMALLER                                               !5, 3
        246      > JMPNZ                                                    ~136, ->11
   10   247    >   PRE_INC                                                  !4
        248    >   IS_SMALLER                                               !4, 3
        249      > JMPNZ                                                    ~138, ->9
    9   250    >   PRE_INC                                                  !3
        251    >   IS_SMALLER                                               !3, 3
        252      > JMPNZ                                                    ~140, ->7
    8   253    >   PRE_INC                                                  !2
        254    >   IS_SMALLER                                               !2, 3
        255      > JMPNZ                                                    ~142, ->5
    7   256    >   PRE_INC                                                  !1
        257    >   IS_SMALLER                                               !1, 3
        258      > JMPNZ                                                    ~144, ->3
  111   259    >   MUL                      

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.16 ms | 1428 KiB | 21 Q