3v4l.org

run code in 300+ PHP versions simultaneously
<?php $codes = []; $codes[] = "^BT"; $codes[] = "^GY"; $codes[] = "^HS"; $codes[] = "^IM"; for ($i = 41; $i <= 49; $i++) { $codes[] = "^IV{$i}"; } $codes[] = "^IV51"; $codes[] = "^IV55"; $codes[] = "^IV56"; $codes[] = "^KA27"; $codes[] = "^KA28"; $codes[] = "^KW15"; $codes[] = "^KW16"; $codes[] = "^KW17"; $codes[] = "^PA20"; for ($i = 41; $i <= 49; $i++) { $codes[] = "^PA{$i}"; } for ($i = 60; $i <= 69; $i++) { $codes[] = "^PA{$i}"; } for ($i = 70; $i <= 78; $i++) { $codes[] = "^PA{$i}"; } for ($i = 30; $i <= 41; $i++) { $codes[] = "^PO{$i}"; } for ($i = 42; $i <= 44; $i++) { $codes[] = "^PH{$i}"; } $codes[] = "^TDCU"; $codes[] = "^ZE"; echo json_encode(["post_code" => $codes]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 11
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 43
Branch analysis from position: 43
2 jumps found. (Code = 44) Position 1 = 45, Position 2 = 38
Branch analysis from position: 45
1 jumps found. (Code = 42) Position 1 = 52
Branch analysis from position: 52
2 jumps found. (Code = 44) Position 1 = 54, Position 2 = 47
Branch analysis from position: 54
1 jumps found. (Code = 42) Position 1 = 61
Branch analysis from position: 61
2 jumps found. (Code = 44) Position 1 = 63, Position 2 = 56
Branch analysis from position: 63
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
2 jumps found. (Code = 44) Position 1 = 72, Position 2 = 65
Branch analysis from position: 72
1 jumps found. (Code = 42) Position 1 = 79
Branch analysis from position: 79
2 jumps found. (Code = 44) Position 1 = 81, Position 2 = 74
Branch analysis from position: 81
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 74
2 jumps found. (Code = 44) Position 1 = 81, Position 2 = 74
Branch analysis from position: 81
Branch analysis from position: 74
Branch analysis from position: 65
2 jumps found. (Code = 44) Position 1 = 72, Position 2 = 65
Branch analysis from position: 72
Branch analysis from position: 65
Branch analysis from position: 56
2 jumps found. (Code = 44) Position 1 = 63, Position 2 = 56
Branch analysis from position: 63
Branch analysis from position: 56
Branch analysis from position: 47
2 jumps found. (Code = 44) Position 1 = 54, Position 2 = 47
Branch analysis from position: 54
Branch analysis from position: 47
Branch analysis from position: 38
2 jumps found. (Code = 44) Position 1 = 45, Position 2 = 38
Branch analysis from position: 45
Branch analysis from position: 38
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 11
Branch analysis from position: 18
Branch analysis from position: 11
filename:       /in/ddESU
function name:  (null)
number of ops:  91
compiled vars:  !0 = $codes, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN_DIM                                               !0
          2        OP_DATA                                                  '%5EBT'
    6     3        ASSIGN_DIM                                               !0
          4        OP_DATA                                                  '%5EGY'
    7     5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  '%5EHS'
    8     7        ASSIGN_DIM                                               !0
          8        OP_DATA                                                  '%5EIM'
   10     9        ASSIGN                                                   !1, 41
         10      > JMP                                                      ->16
   11    11    >   NOP                                                      
         12        FAST_CONCAT                                      ~9      '%5EIV', !1
         13        ASSIGN_DIM                                               !0
         14        OP_DATA                                                  ~9
   10    15        PRE_INC                                                  !1
         16    >   IS_SMALLER_OR_EQUAL                                      !1, 49
         17      > JMPNZ                                                    ~11, ->11
   14    18    >   ASSIGN_DIM                                               !0
         19        OP_DATA                                                  '%5EIV51'
   15    20        ASSIGN_DIM                                               !0
         21        OP_DATA                                                  '%5EIV55'
   16    22        ASSIGN_DIM                                               !0
         23        OP_DATA                                                  '%5EIV56'
   17    24        ASSIGN_DIM                                               !0
         25        OP_DATA                                                  '%5EKA27'
   18    26        ASSIGN_DIM                                               !0
         27        OP_DATA                                                  '%5EKA28'
   19    28        ASSIGN_DIM                                               !0
         29        OP_DATA                                                  '%5EKW15'
   20    30        ASSIGN_DIM                                               !0
         31        OP_DATA                                                  '%5EKW16'
   21    32        ASSIGN_DIM                                               !0
         33        OP_DATA                                                  '%5EKW17'
   23    34        ASSIGN_DIM                                               !0
         35        OP_DATA                                                  '%5EPA20'
   25    36        ASSIGN                                                   !1, 41
         37      > JMP                                                      ->43
   26    38    >   NOP                                                      
         39        FAST_CONCAT                                      ~23     '%5EPA', !1
         40        ASSIGN_DIM                                               !0
         41        OP_DATA                                                  ~23
   25    42        PRE_INC                                                  !1
         43    >   IS_SMALLER_OR_EQUAL                                      !1, 49
         44      > JMPNZ                                                    ~25, ->38
   29    45    >   ASSIGN                                                   !1, 60
         46      > JMP                                                      ->52
   30    47    >   NOP                                                      
         48        FAST_CONCAT                                      ~28     '%5EPA', !1
         49        ASSIGN_DIM                                               !0
         50        OP_DATA                                                  ~28
   29    51        PRE_INC                                                  !1
         52    >   IS_SMALLER_OR_EQUAL                                      !1, 69
         53      > JMPNZ                                                    ~30, ->47
   33    54    >   ASSIGN                                                   !1, 70
         55      > JMP                                                      ->61
   34    56    >   NOP                                                      
         57        FAST_CONCAT                                      ~33     '%5EPA', !1
         58        ASSIGN_DIM                                               !0
         59        OP_DATA                                                  ~33
   33    60        PRE_INC                                                  !1
         61    >   IS_SMALLER_OR_EQUAL                                      !1, 78
         62      > JMPNZ                                                    ~35, ->56
   37    63    >   ASSIGN                                                   !1, 30
         64      > JMP                                                      ->70
   38    65    >   NOP                                                      
         66        FAST_CONCAT                                      ~38     '%5EPO', !1
         67        ASSIGN_DIM                                               !0
         68        OP_DATA                                                  ~38
   37    69        PRE_INC                                                  !1
         70    >   IS_SMALLER_OR_EQUAL                                      !1, 41
         71      > JMPNZ                                                    ~40, ->65
   41    72    >   ASSIGN                                                   !1, 42
         73      > JMP                                                      ->79
   42    74    >   NOP                                                      
         75        FAST_CONCAT                                      ~43     '%5EPH', !1
         76        ASSIGN_DIM                                               !0
         77        OP_DATA                                                  ~43
   41    78        PRE_INC                                                  !1
         79    >   IS_SMALLER_OR_EQUAL                                      !1, 44
         80      > JMPNZ                                                    ~45, ->74
   45    81    >   ASSIGN_DIM                                               !0
         82        OP_DATA                                                  '%5ETDCU'
   46    83        ASSIGN_DIM                                               !0
         84        OP_DATA                                                  '%5EZE'
   48    85        INIT_FCALL                                               'json_encode'
         86        INIT_ARRAY                                       ~48     !0, 'post_code'
         87        SEND_VAL                                                 ~48
         88        DO_ICALL                                         $49     
         89        ECHO                                                     $49
         90      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.17 ms | 1396 KiB | 15 Q