Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 14 Branch analysis from position: 11 1 jumps found. (Code = 79) Position 1 = -2 Branch analysis from position: 14 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gssRH function name: (null) number of ops: 16 compiled vars: !0 = $servername, !1 = $username, !2 = $password, !3 = $conn line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > ASSIGN !0, 'sql11.freemysqlhosting.net%3A3306' 3 1 ASSIGN !1, 'sql11219770' 4 2 ASSIGN !2, 'Hrxx6XeFjc' 7 3 NEW $7 'mysqli' 4 SEND_VAR_EX !0 5 SEND_VAR_EX !1 6 SEND_VAR_EX !2 7 DO_FCALL 0 8 ASSIGN !3, $7 10 9 FETCH_OBJ_R ~10 !3, 'connect_error' 10 > JMPZ ~10, ->14 11 11 > FETCH_OBJ_R ~11 !3, 'connect_error' 12 CONCAT ~12 'Connection+failed%3A+', ~11 13 > EXIT ~12 13 14 > ECHO 'Connected+successfully' 14 15 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0