3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.26 ms | 1398 KiB | 17 Q