3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [1, 2, 3]; $axx = []; @list ($axx[], $axx[], $axx[]) = $arr; var_dump($axx);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/usXAK
function name:  (null)
number of ops:  19
compiled vars:  !0 = $arr, !1 = $axx
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        BEGIN_SILENCE                                    ~4      
          3        QM_ASSIGN                                        ~5      !0
          4        FETCH_LIST_R                                     $6      ~5, 0
          5        ASSIGN_DIM                                               !1
          6        OP_DATA                                                  $6
          7        FETCH_LIST_R                                     $8      ~5, 1
          8        ASSIGN_DIM                                               !1
          9        OP_DATA                                                  $8
         10        FETCH_LIST_R                                     $10     ~5, 2
         11        ASSIGN_DIM                                               !1
         12        OP_DATA                                                  $10
         13        END_SILENCE                                              ~4
         14        FREE                                                     ~5
    5    15        INIT_FCALL                                               'var_dump'
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.06 ms | 1394 KiB | 15 Q