3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.05 ms | 1394 KiB | 15 Q