3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options['key'][] = 'testkey1'; $options['value'][] = 'testvalue1'; $options['key'][] = 'testkey2'; $options['value'][] = 'testvalue2'; $options['key'][] = 'testkey3'; $options['value'][] = 'testvalue3'; print_r($options);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WG868
function name:  (null)
number of ops:  22
compiled vars:  !0 = $options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_W                                      $1      !0, 'key'
          1        ASSIGN_DIM                                               $1
          2        OP_DATA                                                  'testkey1'
    4     3        FETCH_DIM_W                                      $3      !0, 'value'
          4        ASSIGN_DIM                                               $3
          5        OP_DATA                                                  'testvalue1'
    6     6        FETCH_DIM_W                                      $5      !0, 'key'
          7        ASSIGN_DIM                                               $5
          8        OP_DATA                                                  'testkey2'
    7     9        FETCH_DIM_W                                      $7      !0, 'value'
         10        ASSIGN_DIM                                               $7
         11        OP_DATA                                                  'testvalue2'
    9    12        FETCH_DIM_W                                      $9      !0, 'key'
         13        ASSIGN_DIM                                               $9
         14        OP_DATA                                                  'testkey3'
   10    15        FETCH_DIM_W                                      $11     !0, 'value'
         16        ASSIGN_DIM                                               $11
         17        OP_DATA                                                  'testvalue3'
   12    18        INIT_FCALL                                               'print_r'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.03 ms | 1395 KiB | 15 Q