Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 11 Branch analysis from position: 2 2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 11 Branch analysis from position: 3 1 jumps found. (Code = 42) Position 1 = 2 Branch analysis from position: 2 Branch analysis from position: 11 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 11 filename: /in/6REYe function name: (null) number of ops: 13 compiled vars: !0 = $inputs, !1 = $input line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 80 0 E > ASSIGN !0, <array> 114 1 > FE_RESET_R $3 !0, ->11 2 > > FE_FETCH_R $3, !1, ->11 115 3 > INIT_FCALL 'var_dump' 4 INIT_FCALL 'parse' 5 SEND_VAR !1 6 DO_FCALL 0 $4 7 INIT_ARRAY ~5 $4, !1 8 SEND_VAL ~5 9 DO_ICALL 114 10 > JMP ->2 11 > FE_FREE $3 116 12 > RETURN 1 Function parse: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 26 Branch analysis from position: 24 1 jumps found. (Code = 42) Position 1 = 27 Branch analysis from position: 27 2 jumps found. (Code = 43) Position 1 = 30, Position 2 = 32 Branch analysis from position: 30 1 jumps found. (Code = 42) Position 1 = 33 Branch analysis from position: 33 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 32 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 26 2 jumps found. (Code = 43) Position 1 = 30, Position 2 = 32 Branch analysis from position: 30 Branch analysis from position: 32 filename: /in/6REYe function name: parse number of ops: 42 compiled vars: !0 = $input, !1 = $pattern, !2 = $match, !3 = $name, !4 = $comment line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > RECV !0 5 1 BIND_STATIC !1 65 2 INIT_FCALL 'preg_match' 3 SEND_VAR !1 4 SEND_VAR !0 5 SEND_REF !2 6 DO_ICALL 67 7 FETCH_DIM_IS ~6 !2, 'name' 8 COALESCE ~7 ~6 9 QM_ASSIGN ~7 '' 10 ASSIGN !3, ~7 68 11 FETCH_DIM_IS ~9 !2, 'comment' 12 COALESCE ~10 ~9 13 QM_ASSIGN ~10 '' 14 ASSIGN !4, ~10 71 15 INIT_FCALL 'mb_substr' 16 SEND_VAR !4 17 SEND_VAL 1 18 SEND_VAL -1 19 SEND_VAL 'UTF-8' 20 DO_ICALL $12 21 ASSIGN !4, $12 73 22 IS_IDENTICAL !3, '' 23 > JMPZ ~14, ->26 24 > QM_ASSIGN ~15 null 25 > JMP ->27 26 > QM_ASSIGN ~15 !3 27 > ASSIGN !3, ~15 74 28 IS_IDENTICAL !4, '' 29 > JMPZ ~17, ->32 30 > QM_ASSIGN ~18 null 31 > JMP ->33 32 > QM_ASSIGN ~18 !4 33 > ASSIGN !4, ~18 76 34 INIT_FCALL 'compact' 35 SEND_VAL 'name' 36 SEND_VAL 'comment' 37 DO_ICALL $20 38 VERIFY_RETURN_TYPE $20 39 > RETURN $20 77 40* VERIFY_RETURN_TYPE 41* > RETURN null End of function parse
Generated using Vulcan Logic Dumper, using php 8.0.0