3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array['addition'] = array(24, 12, 6); $array['subtraction'] = array(8, 4, 2); $array['multiplication'] = array(128, 32, 8); $array['division'] = array(2, 2, 2); print_r($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GGISK
function name:  (null)
number of ops:  12
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN_DIM                                               !0, 'addition'
          1        OP_DATA                                                  <array>
    5     2        ASSIGN_DIM                                               !0, 'subtraction'
          3        OP_DATA                                                  <array>
    6     4        ASSIGN_DIM                                               !0, 'multiplication'
          5        OP_DATA                                                  <array>
    7     6        ASSIGN_DIM                                               !0, 'division'
          7        OP_DATA                                                  <array>
    9     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.65 ms | 1394 KiB | 15 Q