3v4l.org

run code in 300+ PHP versions simultaneously
<?php $shop = array( [core.login.offline] => array("core.login.offline", Array("6",1)), array("core.admin", 0.75 , 25), array("orchid", 1.15 , 7) ); $output = print_r ($shop, true); echo "$output";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DpM5n
function name:  (null)
number of ops:  18
compiled vars:  !0 = $shop, !1 = $output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_CONSTANT                                   ~2      'core'
          1        FETCH_CONSTANT                                   ~3      'login'
          2        CONCAT                                           ~4      ~2, ~3
          3        FETCH_CONSTANT                                   ~5      'offline'
          4        CONCAT                                           ~6      ~4, ~5
          5        INIT_ARRAY                                       ~7      ~6
          6        INIT_ARRAY                                       ~8      <array>, ~7
          7        ADD_ARRAY_ELEMENT                                ~8      <array>
          8        ADD_ARRAY_ELEMENT                                ~8      <array>
          9        ASSIGN                                                   !0, ~8
    8    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        SEND_VAL                                                 <true>
         13        DO_ICALL                                         $10     
         14        ASSIGN                                                   !1, $10
    9    15        CAST                                          6  ~12     !1
         16        ECHO                                                     ~12
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.81 ms | 1386 KiB | 15 Q