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/V9Vtj
function name:  (null)
number of ops:  15
compiled vars:  !0 = $string, !1 = $h, !2 = $l, !3 = $o, !4 = $get_defined_vars
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Hello'
    4     1        QM_ASSIGN                                        ~6      !0
          2        FETCH_LIST_R                                     $7      ~6, 0
          3        ASSIGN                                                   !1, $7
          4        FETCH_LIST_R                                     $9      ~6, 2
          5        ASSIGN                                                   !2, $9
          6        FETCH_LIST_R                                     $11     ~6, 4
          7        ASSIGN                                                   !3, $11
          8        FREE                                                     ~6
    6     9        INIT_FCALL                                               'var_dump'
         10        INIT_DYNAMIC_CALL                                        !4
         11        DO_FCALL                                      0  $13     
         12        SEND_VAR                                                 $13
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.1 ms | 1394 KiB | 15 Q