3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST['topdiameter'] = array( 'first value', 'second value' ); $_POST['bottomdiameter'] = array( 'first value', 'second value' ); echo $_POST; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/osWFL
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                      global              $0      '_POST'
          1        ASSIGN_DIM                                               $0, 'topdiameter'
          2        OP_DATA                                                  <array>
    4     3        FETCH_W                      global              $2      '_POST'
          4        ASSIGN_DIM                                               $2, 'bottomdiameter'
          5        OP_DATA                                                  <array>
    5     6        FETCH_R                      global              ~4      '_POST'
          7        ECHO                                                     ~4
    7     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.23 ms | 1392 KiB | 13 Q