3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array = array(array(0,0), array(0,5), array(5,5), array(5,0), array(0,0)); foreach ($array as $point) { $next = next($array); var_dump($point, $next); }
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/hg1Of
function name:  (null)
number of ops:  14
compiled vars:  !0 = $array, !1 = $point, !2 = $next
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    5     1      > FE_RESET_R                                           $4      !0, ->12
          2    > > FE_FETCH_R                                                   $4, !1, ->12
    6     3    >   INIT_FCALL                                                   'next'
          4        SEND_REF                                                     !0
          5        DO_ICALL                                             $5      
          6        ASSIGN                                                       !2, $5
    7     7        INIT_FCALL                                                   'var_dump'
          8        SEND_VAR                                                     !1
          9        SEND_VAR                                                     !2
         10        DO_ICALL                                                     
    5    11      > JMP                                                          ->2
         12    >   FE_FREE                                                      $4
    8    13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.57 ms | 2609 KiB | 10 Q