3v4l.org

run code in 300+ PHP versions simultaneously
<?php $allIcons = []; foreach ($iconSet as $doc => $icons) { $allIcons[$doc] = isset($allIcons[$doc]) ? array_merge($allIcons[$doc], $icons) : $icons; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 17
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 17
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 13
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/En28D
function name:  (null)
number of ops:  19
compiled vars:  !0 = $allIcons, !1 = $iconSet, !2 = $icons, !3 = $doc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1      > FE_RESET_R                                       $5      !1, ->17
          2    > > FE_FETCH_R                                       ~6      $5, !2, ->17
          3    >   ASSIGN                                                   !3, ~6
    4     4        ISSET_ISEMPTY_DIM_OBJ                         0          !0, !3
          5      > JMPZ                                                     ~9, ->13
          6    >   INIT_FCALL                                               'array_merge'
          7        FETCH_DIM_R                                      ~10     !0, !3
          8        SEND_VAL                                                 ~10
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                         $11     
         11        QM_ASSIGN                                        ~12     $11
         12      > JMP                                                      ->14
         13    >   QM_ASSIGN                                        ~12     !2
         14    >   ASSIGN_DIM                                               !0, !3
         15        OP_DATA                                                  ~12
    3    16      > JMP                                                      ->2
         17    >   FE_FREE                                                  $5
    5    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.53 ms | 1399 KiB | 15 Q