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