3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.05 ms | 1394 KiB | 15 Q