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; print $a.'-'.$b.'-'.$c; print_r($v); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 20
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 20
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/3ZSPp
function name:  (null)
number of ops:  22
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, ->20
          2    > > FE_FETCH_R                                               $6, !1, ->20
    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
    5    11        CONCAT                                           ~14     !2, '-'
         12        CONCAT                                           ~15     ~14, !3
         13        CONCAT                                           ~16     ~15, '-'
         14        CONCAT                                           ~17     ~16, !4
         15        ECHO                                                     ~17
    6    16        INIT_FCALL                                               'print_r'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
    3    19      > JMP                                                      ->2
         20    >   FE_FREE                                                  $6
    7    21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.51 ms | 1395 KiB | 15 Q