3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cur; $arr = array('apple', 'orange', 'banana', 'potato', 'cocos', 'lime'); var_dump(current($arr)); next($arr); next($arr); next($arr); next($arr); next($arr); next($arr); var_dump(current($arr));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uBT20
function name:  (null)
number of ops:  32
compiled vars:  !0 = $cur, !1 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !1, <array>
    6     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'current'
          3        SEND_VAR                                                 !1
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        DO_ICALL                                                 
    7     7        INIT_FCALL                                               'next'
          8        SEND_REF                                                 !1
          9        DO_ICALL                                                 
    8    10        INIT_FCALL                                               'next'
         11        SEND_REF                                                 !1
         12        DO_ICALL                                                 
    9    13        INIT_FCALL                                               'next'
         14        SEND_REF                                                 !1
         15        DO_ICALL                                                 
   10    16        INIT_FCALL                                               'next'
         17        SEND_REF                                                 !1
         18        DO_ICALL                                                 
   11    19        INIT_FCALL                                               'next'
         20        SEND_REF                                                 !1
         21        DO_ICALL                                                 
   12    22        INIT_FCALL                                               'next'
         23        SEND_REF                                                 !1
         24        DO_ICALL                                                 
   13    25        INIT_FCALL                                               'var_dump'
         26        INIT_FCALL                                               'current'
         27        SEND_VAR                                                 !1
         28        DO_ICALL                                         $11     
         29        SEND_VAR                                                 $11
         30        DO_ICALL                                                 
         31      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
192.21 ms | 1395 KiB | 19 Q