Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/ijHCG function name: (null) number of ops: 46 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 27 0 E > INIT_FCALL 'normalizeinibytes' 1 SEND_VAL '1' 2 DO_FCALL 0 $0 3 CONCAT ~1 $0, '%0A' 4 ECHO ~1 28 5 INIT_FCALL 'normalizeinibytes' 6 SEND_VAL '10' 7 DO_FCALL 0 $2 8 CONCAT ~3 $2, '%0A' 9 ECHO ~3 29 10 INIT_FCALL 'normalizeinibytes' 11 SEND_VAL '1024' 12 DO_FCALL 0 $4 13 CONCAT ~5 $4, '%0A' 14 ECHO ~5 30 15 INIT_FCALL 'normalizeinibytes' 16 SEND_VAL '1K' 17 DO_FCALL 0 $6 18 CONCAT ~7 $6, '%0A' 19 ECHO ~7 31 20 INIT_FCALL 'normalizeinibytes' 21 SEND_VAL '1048576' 22 DO_FCALL 0 $8 23 CONCAT ~9 $8, '%0A' 24 ECHO ~9 32 25 INIT_FCALL 'normalizeinibytes' 26 SEND_VAL '1024K' 27 DO_FCALL 0 $10 28 CONCAT ~11 $10, '%0A' 29 ECHO ~11 33 30 INIT_FCALL 'normalizeinibytes' 31 SEND_VAL '1M' 32 DO_FCALL 0 $12 33 CONCAT ~13 $12, '%0A' 34 ECHO ~13 34 35 INIT_FCALL 'normalizeinibytes' 36 SEND_VAL '1023M' 37 DO_FCALL 0 $14 38 CONCAT ~15 $14, '%0A' 39 ECHO ~15 35 40 INIT_FCALL 'normalizeinibytes' 41 SEND_VAL '1G' 42 DO_FCALL 0 $16 43 CONCAT ~17 $16, '%0A' 44 ECHO ~17 45 > RETURN 1 Function normalizeinibytes: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 16 Branch analysis from position: 12 1 jumps found. (Code = 108) Position 1 = -2 Branch analysis from position: 16 2 jumps found. (Code = 43) Position 1 = 18, Position 2 = 21 Branch analysis from position: 18 1 jumps found. (Code = 42) Position 1 = 32 Branch analysis from position: 32 2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 38 Branch analysis from position: 34 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 38 2 jumps found. (Code = 43) Position 1 = 40, Position 2 = 44 Branch analysis from position: 40 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 44 2 jumps found. (Code = 43) Position 1 = 46, Position 2 = 49 Branch analysis from position: 46 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 49 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 21 2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 38 Branch analysis from position: 34 Branch analysis from position: 38 filename: /in/ijHCG function name: normalizeIniBytes number of ops: 52 compiled vars: !0 = $val, !1 = $match, !2 = $bytes, !3 = $shift line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > RECV !0 5 1 INIT_FCALL 'trim' 2 SEND_VAR !0 3 DO_ICALL $4 4 ASSIGN !0, $4 6 5 INIT_FCALL 'preg_match' 6 SEND_VAL '%2F%5CA%28%5Cd%2B%29%28%5Bkmgtpezy%5D%29%3F%5Cz%2Fi' 7 SEND_VAR !0 8 SEND_REF !1 9 DO_ICALL $6 10 IS_NOT_IDENTICAL $6, 1 11 > JMPZ ~7, ->16 7 12 > NEW $8 'Exception' 13 SEND_VAL_EX 'invalid+value' 14 DO_FCALL 0 15 > THROW 0 $8 10 16 > ISSET_ISEMPTY_DIM_OBJ 1 !1, 2 17 > JMPZ ~10, ->21 11 18 > FETCH_DIM_R ~11 !1, 1 19 ASSIGN !2, ~11 10 20 > JMP ->32 13 21 > INIT_FCALL 'stripos' 22 SEND_VAL 'kmgtpezy' 23 FETCH_DIM_R ~13 !1, 2 24 SEND_VAL ~13 25 DO_ICALL $14 26 ASSIGN !3, $14 14 27 FETCH_DIM_R ~16 !1, 1 28 ADD ~17 !3, 1 29 MUL ~18 ~17, 10 30 SL ~19 ~16, ~18 31 ASSIGN !2, ~19 17 32 > IS_SMALLER_OR_EQUAL 1073741824, !2 33 > JMPZ ~21, ->38 18 34 > SR ~22 !2, 30 35 CONCAT ~23 ~22, 'GB' 36 > RETURN ~23 17 37* JMP ->49 19 38 > IS_SMALLER_OR_EQUAL 1048576, !2 39 > JMPZ ~24, ->44 20 40 > SR ~25 !2, 20 41 CONCAT ~26 ~25, 'MB' 42 > RETURN ~26 19 43* JMP ->49 21 44 > IS_SMALLER_OR_EQUAL 1024, !2 45 > JMPZ ~27, ->49 22 46 > SR ~28 !2, 10 47 CONCAT ~29 ~28, 'KB' 48 > RETURN ~29 24 49 > CONCAT ~30 !2, 'B' 50 > RETURN ~30 25 51* > RETURN null End of function normalizeinibytes
Generated using Vulcan Logic Dumper, using php 8.0.0