3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); echo isset($_FILES['file']) ? $_FILES['file'] : 7;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 10
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PtTmm
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    3     3        FETCH_IS                                         ~1      '_FILES'
          4        ISSET_ISEMPTY_DIM_OBJ                         0          ~1, 'file'
          5      > JMPZ                                                     ~2, ->10
          6    >   FETCH_R                      global              ~3      '_FILES'
          7        FETCH_DIM_R                                      ~4      ~3, 'file'
          8        QM_ASSIGN                                        ~5      ~4
          9      > JMP                                                      ->11
         10    >   QM_ASSIGN                                        ~5      7
         11    >   ECHO                                                     ~5
    4    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.33 ms | 1004 KiB | 14 Q