Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/u3NQ5 function name: (null) number of ops: 25 compiled vars: !0 = $string line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 11 0 E > ASSIGN !0, 'ABYZ' 12 1 NOP 2 FAST_CONCAT ~2 !0, '%0A' 3 ECHO ~2 13 4 INIT_FCALL 'toggledigitalpha' 5 SEND_VAR !0 6 DO_FCALL 0 $3 7 ASSIGN !0, $3 14 8 NOP 9 FAST_CONCAT ~5 !0, '%0A' 10 ECHO ~5 15 11 INIT_FCALL 'toggledigitalpha' 12 SEND_VAR !0 13 DO_FCALL 0 $6 14 ASSIGN !0, $6 16 15 NOP 16 FAST_CONCAT ~8 !0, '%0A' 17 ECHO ~8 17 18 INIT_FCALL 'toggledigitalpha' 19 SEND_VAR !0 20 DO_FCALL 0 $9 21 ASSIGN !0, $9 18 22 CAST 6 ~11 !0 23 ECHO ~11 24 > RETURN 1 Function toggledigitalpha: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 15 Branch analysis from position: 11 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 15 filename: /in/u3NQ5 function name: toggleDigitAlpha number of ops: 21 compiled vars: !0 = $val, !1 = $lookup line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > RECV !0 4 1 INIT_FCALL 'range' 2 SEND_VAL 'A' 3 SEND_VAL 'Z' 4 DO_ICALL $2 5 ASSIGN !1, $2 5 6 INIT_FCALL 'ctype_alpha' 7 CAST 6 ~4 !0 8 SEND_VAL ~4 9 DO_ICALL $5 10 > JMPZ $5, ->15 6 11 > INIT_FCALL 'array_flip' 12 SEND_VAR !1 13 DO_ICALL $6 14 ASSIGN !1, $6 8 15 > INIT_FCALL 'strtr' 16 SEND_VAR !0 17 SEND_VAR !1 18 DO_ICALL $8 19 > RETURN $8 9 20* > RETURN null End of function toggledigitalpha
Generated using Vulcan Logic Dumper, using php 8.0.0