3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array=[[1,2,3],[4,5,6],[7,8,9],[0,9],[7],[0,1,2]]; foreach($array as $v) { list($a, $b, $c) = $v; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 12
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 12
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/cXi2K
function name:  (null)
number of ops:  14
compiled vars:  !0 = $array, !1 = $v, !2 = $a, !3 = $b, !4 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1      > FE_RESET_R                                       $6      !0, ->12
          2    > > FE_FETCH_R                                               $6, !1, ->12
    4     3    >   QM_ASSIGN                                        ~7      !1
          4        FETCH_LIST_R                                     $8      ~7, 0
          5        ASSIGN                                                   !2, $8
          6        FETCH_LIST_R                                     $10     ~7, 1
          7        ASSIGN                                                   !3, $10
          8        FETCH_LIST_R                                     $12     ~7, 2
          9        ASSIGN                                                   !4, $12
         10        FREE                                                     ~7
    3    11      > JMP                                                      ->2
         12    >   FE_FREE                                                  $6
    5    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.71 ms | 1384 KiB | 13 Q