3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST = [ 'image_caption' => null, 'image_ownership' => 1, 'nonce' => '1549923767|954046e4f33b599b910e2677b5937c1e' ]; print_r($_POST); $post = $_POST ?? []; print_r($post); $post['max_upload_size'] = 10; // We set this so ... print_r($post);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Xk0LW
function name:  (null)
number of ops:  19
compiled vars:  !0 = $post
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $1      '_POST'
          1        ASSIGN                                                   $1, <array>
    8     2        INIT_FCALL                                               'print_r'
          3        FETCH_R                      global              ~3      '_POST'
          4        SEND_VAL                                                 ~3
          5        DO_ICALL                                                 
   10     6        FETCH_IS                                         ~5      '_POST'
          7        COALESCE                                         ~6      ~5
          8        QM_ASSIGN                                        ~6      <array>
          9        ASSIGN                                                   !0, ~6
   12    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
   14    13        ASSIGN_DIM                                               !0, 'max_upload_size'
         14        OP_DATA                                                  10
   16    15        INIT_FCALL                                               'print_r'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.89 ms | 1394 KiB | 15 Q