3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
193.09 ms | 1394 KiB | 17 Q