3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aarr = [Developer=>'SAchin', 'Designer'=>'Hemant','SeniorDeveloper'=>'RAnjit']; print_r($aarr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/K4i4m
function name:  (null)
number of ops:  9
compiled vars:  !0 = $aarr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_CONSTANT                                   ~1      'Developer'
          1        INIT_ARRAY                                       ~2      'SAchin', ~1
          2        ADD_ARRAY_ELEMENT                                ~2      'Hemant', 'Designer'
          3        ADD_ARRAY_ELEMENT                                ~2      'RAnjit', 'SeniorDeveloper'
          4        ASSIGN                                                   !0, ~2
    3     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.85 ms | 1394 KiB | 15 Q