3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.38 ms | 1395 KiB | 15 Q