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 list($a, $b, $c)) { 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 = 19
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 19
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/Nomp2
function name:  (null)
number of ops:  21
compiled vars:  !0 = $array, !1 = $a, !2 = $b, !3 = $c, !4 = $v
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1      > FE_RESET_R                                       $6      !0, ->19
          2    > > FE_FETCH_R                                               $6, $7, ->19
          3    >   FETCH_LIST_R                                     $8      $7, 0
          4        ASSIGN                                                   !1, $8
          5        FETCH_LIST_R                                     $10     $7, 1
          6        ASSIGN                                                   !2, $10
          7        FETCH_LIST_R                                     $12     $7, 2
          8        ASSIGN                                                   !3, $12
          9        FREE                                                     $7
    4    10        CONCAT                                           ~14     !1, '-'
         11        CONCAT                                           ~15     ~14, !2
         12        CONCAT                                           ~16     ~15, '-'
         13        CONCAT                                           ~17     ~16, !3
         14        ECHO                                                     ~17
    5    15        INIT_FCALL                                               'print_r'
         16        SEND_VAR                                                 !4
         17        DO_ICALL                                                 
    3    18      > JMP                                                      ->2
         19    >   FE_FREE                                                  $6
    6    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.92 ms | 1395 KiB | 15 Q