Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/r5fFl function name: (null) number of ops: 6 compiled vars: !0 = $str line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 16 0 E > ASSIGN !0, 'asdfas1234241234lkj+1l2k3j4++1k2j3412341234' 17 1 INIT_FCALL 'getfirstnumber' 2 SEND_VAR !0 3 DO_FCALL 0 $2 4 ECHO $2 5 > RETURN 1 Function getfirstnumber: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 42) Position 1 = 25 Branch analysis from position: 25 2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 6 Branch analysis from position: 27 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 6 2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 23 Branch analysis from position: 17 2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 22 Branch analysis from position: 20 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 22 1 jumps found. (Code = 42) Position 1 = 24 Branch analysis from position: 24 2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 6 Branch analysis from position: 27 Branch analysis from position: 6 Branch analysis from position: 23 2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 6 Branch analysis from position: 27 Branch analysis from position: 6 filename: /in/r5fFl function name: getFirstNumber number of ops: 30 compiled vars: !0 = $str, !1 = $strlen, !2 = $num, !3 = $i, !4 = $char line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > RECV !0 4 1 STRLEN ~5 !0 2 ASSIGN !1, ~5 5 3 ASSIGN !2, '' 6 4 ASSIGN !3, 0 5 > JMP ->25 7 6 > INIT_FCALL 'substr' 7 SEND_VAR !0 8 SEND_VAR !3 9 SEND_VAL 1 10 DO_ICALL $9 11 ASSIGN !4, $9 8 12 INIT_FCALL 'is_numeric' 13 SEND_VAR !4 14 DO_ICALL $11 15 BOOL_NOT ~12 $11 16 > JMPZ ~12, ->23 9 17 > ISSET_ISEMPTY_CV ~13 !2 18 BOOL_NOT ~14 ~13 19 > JMPZ ~14, ->22 10 20 > CAST 4 ~15 !2 21 > RETURN ~15 8 22 > > JMP ->24 11 23 > ASSIGN_OP 8 !2, !4 6 24 > PRE_INC !3 25 > IS_SMALLER_OR_EQUAL !3, !1 26 > JMPNZ ~18, ->6 13 27 > CAST 4 ~19 !2 28 > RETURN ~19 14 29* > RETURN null End of function getfirstnumber
Generated using Vulcan Logic Dumper, using php 8.0.0