3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [1, 2]; @list ($x, $v) = $a;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DGiY9
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $x, !2 = $v
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        BEGIN_SILENCE                                    ~4      
          2        QM_ASSIGN                                        ~5      !0
          3        FETCH_LIST_R                                     $6      ~5, 0
          4        ASSIGN                                                   !1, $6
          5        FETCH_LIST_R                                     $8      ~5, 1
          6        ASSIGN                                                   !2, $8
          7        END_SILENCE                                              ~4
          8        FREE                                                     ~5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.9 ms | 937 KiB | 14 Q