Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/97JfW function name: (null) number of ops: 17 compiled vars: !0 = $address, !1 = $encoded, !2 = $decoded line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ASSIGN !0, '123+Main+Street%2C+Boston+Massachusetts%2C+02137' 4 1 CONCAT ~4 !0, '%0A' 2 ECHO ~4 5 3 ECHO '%0A' 7 4 INIT_FCALL 'rawurlencode' 5 SEND_VAR !0 6 DO_ICALL $5 7 ASSIGN !1, $5 8 8 CONCAT ~7 !1, '%0A' 9 ECHO ~7 9 10 ECHO '%0A' 11 11 INIT_FCALL 'rawurldecode' 12 SEND_VAR !1 13 DO_ICALL $8 14 ASSIGN !2, $8 12 15 ECHO !2 13 16 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0