3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ 'vlan_min' => 780, 'vlan_max' => 796 ]; list($min, $max) = \array_values($array); \var_dump($min); \var_dump($max);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fKGeF
function name:  (null)
number of ops:  16
compiled vars:  !0 = $array, !1 = $min, !2 = $max
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL                                               'array_values'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        FETCH_LIST_R                                     $5      $4, 0
          5        ASSIGN                                                   !1, $5
          6        FETCH_LIST_R                                     $7      $4, 1
          7        ASSIGN                                                   !2, $7
          8        FREE                                                     $4
   10     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
   11    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.85 ms | 1398 KiB | 17 Q