3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Huny = array(“a” => “1”, “b” => “2”, “c” => “3”); var_dump($Huny ); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SNqoD
function name:  (null)
number of ops:  14
compiled vars:  !0 = $Huny
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_CONSTANT                                   ~1      '%E2%80%9Ca%E2%80%9D'
          1        FETCH_CONSTANT                                   ~2      '%E2%80%9C1%E2%80%9D'
          2        INIT_ARRAY                                       ~3      ~2, ~1
    4     3        FETCH_CONSTANT                                   ~4      '%E2%80%9Cb%E2%80%9D'
          4        FETCH_CONSTANT                                   ~5      '%E2%80%9C2%E2%80%9D'
          5        ADD_ARRAY_ELEMENT                                ~3      ~5, ~4
          6        FETCH_CONSTANT                                   ~6      '%E2%80%9Cc%E2%80%9D'
          7        FETCH_CONSTANT                                   ~7      '%E2%80%9C3%E2%80%9D'
          8        ADD_ARRAY_ELEMENT                                ~3      ~7, ~6
    3     9        ASSIGN                                                   !0, ~3
    6    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
    9    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.87 ms | 1385 KiB | 15 Q