3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Selected Source is StorageM"; if (in_array($Idgd, $dir_resul)) { echo "File Found Transfer will begin"; shell_exec("/var/www/create00/scripts/./XferHres.sh $Idgd $destd"); } else{ echo "File doesn't Exist!!!"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 15
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jpDt3
function name:  (null)
number of ops:  17
compiled vars:  !0 = $Idgd, !1 = $dir_resul, !2 = $destd
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'Selected+Source+is+StorageM'
    5     1        INIT_FCALL                                               'in_array'
          2        SEND_VAR                                                 !0
          3        SEND_VAR                                                 !1
          4        DO_ICALL                                         $3      
          5      > JMPZ                                                     $3, ->15
    6     6    >   ECHO                                                     'File+Found+Transfer+will+begin'
    7     7        INIT_FCALL                                               'shell_exec'
          8        ROPE_INIT                                     4  ~5      '%2Fvar%2Fwww%2Fcreate00%2Fscripts%2F.%2FXferHres.sh+'
          9        ROPE_ADD                                      1  ~5      ~5, !0
         10        ROPE_ADD                                      2  ~5      ~5, '+'
         11        ROPE_END                                      3  ~4      ~5, !2
         12        SEND_VAL                                                 ~4
         13        DO_ICALL                                                 
         14      > JMP                                                      ->16
   10    15    >   ECHO                                                     'File+doesn%27t+Exist%21%21%21'
   12    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.73 ms | 1395 KiB | 17 Q