3v4l.org

run code in 300+ PHP versions simultaneously
<?php $plans[] = array( 'provider' => 'Boost Mobile', 'plan' => 'Unlimited Gigs', 'url' => 'https://www.boostmobile.com/#!/shop/plans/monthly-phone-plans/', 'price' => 50, 'duration' => 'month', ); print_r($plans); echo $plans[0]['plan'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ytk79
function name:  (null)
number of ops:  9
compiled vars:  !0 = $plans
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0
    4     1        OP_DATA                                                  <array>
   11     2        INIT_FCALL                                               'print_r'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                                 
   12     5        FETCH_DIM_R                                      ~3      !0, 0
          6        FETCH_DIM_R                                      ~4      ~3, 'plan'
          7        ECHO                                                     ~4
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.52 ms | 1008 KiB | 14 Q