Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/mTQHI function name: (null) number of ops: 6 compiled vars: !0 = $array line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ASSIGN !0, <array> 23 1 INIT_FCALL 'my_print' 2 SEND_VAR !0 3 DO_FCALL 0 $2 4 ECHO $2 5 > RETURN 1 Function my_print: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 17 Branch analysis from position: 3 2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 17 Branch analysis from position: 4 2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 13 Branch analysis from position: 6 1 jumps found. (Code = 42) Position 1 = 16 Branch analysis from position: 16 1 jumps found. (Code = 42) Position 1 = 3 Branch analysis from position: 3 Branch analysis from position: 13 1 jumps found. (Code = 42) Position 1 = 3 Branch analysis from position: 3 Branch analysis from position: 17 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 17 filename: /in/mTQHI function name: my_print number of ops: 21 compiled vars: !0 = $array, !1 = $output, !2 = $value line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 10 0 E > RECV !0 11 1 ASSIGN !1, '%3Cul%3E' 12 2 > FE_RESET_R $4 !0, ->17 3 > > FE_FETCH_R $4, !2, ->17 13 4 > TYPE_CHECK 128 !2 5 > JMPZ ~5, ->13 14 6 > INIT_FCALL_BY_NAME 'my_print' 7 SEND_VAR_EX !2 8 DO_FCALL 0 $6 9 CONCAT ~7 '%3Cli%3E', $6 10 CONCAT ~8 ~7, '%3C%2Fli%3E' 11 ASSIGN_OP 8 !1, ~8 13 12 > JMP ->16 16 13 > CONCAT ~10 '%3Cli%3E', !2 14 CONCAT ~11 ~10, '%3C%2Fli%3E' 15 ASSIGN_OP 8 !1, ~11 12 16 > > JMP ->3 17 > FE_FREE $4 19 18 ASSIGN_OP 8 !1, '%3C%2Ful%3E' 20 19 > RETURN !1 21 20* > RETURN null End of function my_print
Generated using Vulcan Logic Dumper, using php 8.0.0